Skip to content

Commit fb8bcab

Browse files
committed
Fix doc links and bump version to 0.1.5
1 parent 59b5a48 commit fb8bcab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The Comet-For-MLFlow extension is a CLI that maps MLFlow experiment runs to Comet experiments. This extension allows you to see your existing experiments in the Comet.ml UI which provides authenticated access to experiment results, dramatically improves the performance for high volume experiment runs, and provides richer charting and visualization options.
88

9-
This extension will synchronize previous MLFlow experiment runs with all runs tracked with [Comet's Python SDK with MLFlow support](https://comet.ml/docs/python-sdk/mlflow/), for deeper experiment instrumentation and improved logging, visibility, project organization and access management.
9+
This extension will synchronize previous MLFlow experiment runs with all runs tracked with [Comet's Python SDK with MLFlow support](https://www.comet.com/docs/v2/integrations/ml-frameworks/mlflow/), for deeper experiment instrumentation and improved logging, visibility, project organization and access management.
1010

1111
The Comet-For-MLFlow Extension is available as free open-source software, released under GNU General Public License v3. The extension can be used with existing Comet.ml accounts or with a new, free Individual account.
1212

@@ -137,7 +137,7 @@ env MLFLOW_S3_ENDPOINT_URL=http://localhost:9001 \
137137

138138
## How can I configure my API Key or Rest API Key?
139139

140-
You can either pass your Comet.ml API Key or Rest API Key as command-line flags or through the [usual configuration options](https://www.comet.ml/docs/python-sdk/advanced/#python-configuration).
140+
You can either pass your Comet.ml API Key or Rest API Key as command-line flags or through the [usual configuration options](https://www.comet.com/docs/v2/api-and-sdk/python-sdk/advanced/configuration/).
141141

142142
## How are MLFlow experiments mapped to Comet.ml projects?
143143

@@ -162,7 +162,7 @@ Below is a complete list of MLFlow experiment and run fields mapped to Comet.ml
162162

163163
## Do I have to run this for future experiments?
164164

165-
No, the common pattern is to import [Comet's Python SDK with MLFlow support](https://comet.ml/docs/python-sdk/mlflow/) in your MLFlow projects, which will keep all future experiment runs synchronized.
165+
No, the common pattern is to import [Comet's Python SDK with MLFlow support](https://www.comet.com/docs/v2/integrations/ml-frameworks/mlflow/) in your MLFlow projects, which will keep all future experiment runs synchronized.
166166

167167

168168
# Credits

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
packages=find_packages(include=["comet_for_mlflow", "comet_for_mlflow.*"]),
4343
test_suite="tests",
4444
url="https://github.com/comet-ml/comet-for-mlflow",
45-
version="0.1.3",
45+
version="0.1.5",
4646
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)