Skip to content

Commit 5ece001

Browse files
authored
Merge pull request #187555 from AbeOmor/patch-44
updated the description of mlflow tracking URI
2 parents 7ceb413 + cf29c52 commit 5ece001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-use-mlflow-cli-runs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To track a local run, you need to point your local machine to the Azure Machine
5353
5454
# [MLflow SDK](#tab/mlflow)
5555

56-
The following code uses `mlflow` and the [`subprocess`](https://docs.python.org/3/library/subprocess.html) classes in Python to run the Azure Machine Learning CLI (v2) command to retrieve the unique MLFLow tracking URI associated with your workspace. Then the method [`set_tracking_uri()`](https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.set_tracking_uri) points the MLflow tracking URI to that URI.
56+
The following code uses `mlflow` and your Azure Machine Learning workspace details to construct the unique MLFLow tracking URI associated with your workspace. Then the method [`set_tracking_uri()`](https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.set_tracking_uri) points the MLflow tracking URI to that URI.
5757

5858
```Python
5959
import mlflow

0 commit comments

Comments
 (0)