Skip to content

Commit 9699dee

Browse files
committed
intro rework
1 parent 6af6ec8 commit 9699dee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/machine-learning/service/how-to-use-mlflow.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ ms.custom: seodec18
1515

1616
# How to use MLflow with Azure Machine Learning service (Preview)
1717

18-
This article demonstrates how to use MLflow's tracking API, also known as MLflow Tracking, with Azure Machine Learning to track and log your experiment metrics and artifacts in your workspace.
19-
20-
[MLflow](https://www.mlflow.org) is an open-source library for managing the life cycle of your machine learning experiments. [MLFlow Tracking](https://mlflow.org/docs/latest/quickstart.html#using-the-tracking-api) is a component of MLflow that logs and tracks your training run metrics and model artifacts, whether your experiments are run locally, on a virtual machine, or on a remote compute cluster. If you already use MLflow Tracking with your experiments, the [Azure Machine Learning Workspace](https://docs.microsoft.com/azure/machine-learning/service/concept-azure-machine-learning-architecture#workspace) provides a centralized, secure, and scalable location to store your training metrics and models.
18+
This article demonstrates how to use MLflow's tracking URI and logging API, collectively also known as MLflow Tracking, with Azure Machine Learning service to track and log your experiment metrics and artifacts in your [Azure Machine Learning service workspace](https://docs.microsoft.com/azure/machine-learning/service/concept-azure-machine-learning-architecture#workspace). If you already use MLflow Tracking for your experiments, the workspace provides a centralized, secure, and scalable location to store your training metrics and models.
2119

20+
[MLflow](https://www.mlflow.org) is an open-source library for managing the life cycle of your machine learning experiments. [MLFlow Tracking](https://mlflow.org/docs/latest/quickstart.html#using-the-tracking-api) is a component of MLflow that logs and tracks your training run metrics and model artifacts, whether your experiments are run locally, on a virtual machine, or on a remote compute cluster.
2221
![mlflow with azure machine learning diagram](media/how-to-use-mlflow/mlflow-diagram.png)
2322

2423
## Compare MLflow and Azure Machine Learning service clients
2524

26-
The below table summarizes the different clients that can use Azure Machine Learning service, as well as their respective function capabilities.
25+
The below table summarizes the different clients that can use Azure Machine Learning service, and their respective function capabilities.
26+
27+
MLflow Tracking offers logging, as well as metric and artifact storage functionalities that were only previously available via the [Azure Machine Learning Python SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py).
2728

2829
| | MLflow | Azure Machine Learning <br> Python SDK | Azure Machine Learning <br> CLI | Azure portal|
2930
|-|-|-|-|-|

0 commit comments

Comments
 (0)