Skip to content

Commit 7815512

Browse files
committed
metadata + toc entry
1 parent fef1649 commit 7815512

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: MLflow Tracking for ML experiments with CLI v2
2+
title: MLflow Tracking for ML experiments
33
titleSuffix: Azure Machine Learning
4-
description: Set up MLflow Tracking with Azure Machine Learning to log metrics and artifacts from ML models with the Azure Machine Learning CLI (v2)
4+
description: Set up MLflow Tracking with Azure Machine Learning to log metrics and artifacts from ML models with MLflow or the Azure Machine Learning CLI (v2)
55
services: machine-learning
66
author: abeomor
77
ms.author: osomorog
@@ -13,7 +13,7 @@ ms.topic: how-to
1313
ms.custom: devx-track-python
1414
---
1515

16-
# Track ML experiments and models with MLflow Azure Machine Learning CLI (v2) (preview)
16+
# Track ML experiments and models with MLflow or the Azure Machine Learning CLI (v2) (preview)
1717

1818

1919
In this article, learn how to enable MLflow's tracking URI and logging API, collectively known as [MLflow Tracking](https://mlflow.org/docs/latest/quickstart.html#using-the-tracking-api), to connect Azure Machine Learning as the backend of your MLflow experiments. You can accomplish this connection with either the MLflow Python API or the [Azure Machine Learning CLI (v2)](how-to-train-cli.md). You also learn how to use [MLflow's Model Registry](https://mlflow.org/docs/latest/model-registry.html) capabilities with Azure Machine Learning.

articles/machine-learning/toc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,12 +471,15 @@
471471
- name: Track, monitor, and analyze runs
472472
displayName: cancel, fail, status, child run
473473
href: how-to-track-monitor-analyze-runs.md
474-
- name: Track experiments with MLflow
474+
- name: Track experiments with MLflow and CLI (v2)
475475
displayName: log, monitor, metrics, model registry, register
476-
href: how-to-use-mlflow.md
476+
href: how-to-use-mlflow-cli.md
477477
- name: Track Azure Databricks runs with MLflow
478478
displayName: log, monitor, deploy, metrics, databricks
479479
href: how-to-use-mlflow-azure-databricks.md
480+
- name: Track experiments with MLflow
481+
displayName: log, monitor, metrics, model registry, register
482+
href: how-to-use-mlflow.md
480483
- name: Log & view metrics and log files
481484
displayName: troubleshoot, log, files, tracing, metrics
482485
href: how-to-log-view-metrics.md

0 commit comments

Comments
 (0)