You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
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.
8
8
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.
10
10
11
11
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.
## How can I configure my API Key or Rest API Key?
139
139
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/).
141
141
142
142
## How are MLFlow experiments mapped to Comet.ml projects?
143
143
@@ -162,7 +162,7 @@ Below is a complete list of MLFlow experiment and run fields mapped to Comet.ml
162
162
163
163
## Do I have to run this for future experiments?
164
164
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.
0 commit comments