Skip to content

Commit

Permalink
Fix doc links and bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Nov 17, 2023
1 parent 59b5a48 commit fb8bcab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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.

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.
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.

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.

Expand Down Expand Up @@ -137,7 +137,7 @@ env MLFLOW_S3_ENDPOINT_URL=http://localhost:9001 \

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

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).
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/).

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

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

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

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.
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.


# Credits
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
packages=find_packages(include=["comet_for_mlflow", "comet_for_mlflow.*"]),
test_suite="tests",
url="https://github.com/comet-ml/comet-for-mlflow",
version="0.1.3",
version="0.1.5",
zip_safe=False,
)

0 comments on commit fb8bcab

Please sign in to comment.