From 5255f6778062fe55a12b9517322a0aa1a50a9aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82uski?= Date: Fri, 3 Dec 2021 21:40:03 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1d6680b..6ced894 100644 --- a/README.md +++ b/README.md @@ -102,3 +102,8 @@ python ./quickstart/mlflow_tracking.py ```shell MLFLOW_S3_ENDPOINT_URL=http://localhost:9000 MLFLOW_TRACKING_URI=http://localhost:5000 mlflow run git@github.com:databricks/mlflow-example.git -P alpha=0.5 ``` + +## Licensing +Copyright (c) 2021 Tomasz Dłuski + +Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License by reviewing the file [LICENSE](./LICENSE) in the repository.