Skip to content

Commit d97e633

Browse files
authored
Update how-to-use-mlflow-cli-runs.md
1 parent 379d71e commit d97e633

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ client.download_artifacts(run_id, "helloworld.txt", ".")
248248

249249
For more details about how to retrieve information from experiments and runs in Azure Machine Learning using MLflow view [Manage experiments and runs with MLflow](how-to-track-experiments-mlflow.md).
250250

251-
252251
## Manage models
253252

254253
Register and track your models with the [Azure Machine Learning model registry](concept-model-management-and-deployment.md#register-package-and-deploy-models-from-anywhere), which supports the MLflow model registry. Azure Machine Learning models are aligned with the MLflow model schema making it easy to export and import these models across different workflows. The MLflow-related metadata, such as run ID, is also tracked with the registered model for traceability. Users can submit training runs, register, and deploy models produced from MLflow runs.
@@ -285,7 +284,7 @@ To register and view a model from a run, use the following steps:
285284

286285
## Example files
287286

288-
[Use MLflow and CLI (v2)](https://github.com/Azure/azureml-examples/blob/main/cli/jobs/basics/hello-mlflow.yml)
287+
[Using MLflow (Jupyter Notebooks)](https://github.com/Azure/azureml-examples/tree/main/notebooks/using-mlflow)
289288

290289
## Limitations
291290

0 commit comments

Comments
 (0)