Skip to content

Commit 001ca76

Browse files
committed
review cx
1 parent 1579d1a commit 001ca76

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/machine-learning/concept-mlflow.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description: See how to use MLflow with Azure Machine Learning to log metrics, s
55
services: machine-learning
66
author: msakande
77
ms.author: mopeakande
8-
ms.reviewer: fasantia
8+
ms.reviewer: cacrest
99
ms.service: azure-machine-learning
1010
ms.subservice: mlops
11-
ms.date: 09/20/2024
11+
ms.date: 09/25/2024
1212
ms.topic: concept-article
1313
ms.custom: cliv2, sdkv2, FY25Q1-Linter
1414
#Customer intent: As a data scientist, I want to understand what MLflow is and does so that I can use MLflow with my models.
@@ -20,7 +20,7 @@ ms.custom: cliv2, sdkv2, FY25Q1-Linter
2020

2121
This article describes the capabilities of [MLflow](https://www.mlflow.org), an open-source framework designed to manage the complete machine learning lifecycle. MLflow uses a consistent set of tools to train and serve models on different platforms. You can use MLflow whether your experiments are running locally or on a remote compute target, virtual machine, or Azure Machine Learning compute instance.
2222

23-
Azure Machine Learning workspaces are MLflow-compatible, which means that you can use an Azure Machine Learning workspace the same way you use a MLflow server. This compatibility has the following advantages:
23+
Azure Machine Learning workspaces are MLflow-compatible, which means that you can use an Azure Machine Learning workspace the same way you use an MLflow server. This compatibility has the following advantages:
2424

2525
- Azure Machine Learning doesn't host MLflow server instances, but can use the MLflow APIs directly.
2626
- You can use an Azure Machine Learning workspace as your tracking server for any MLflow code, whether or not it runs in Azure Machine Learning. You only need to configure MLflow to point to the workspace where the tracking should occur.
@@ -60,7 +60,7 @@ MLflow support in Java has the following limitations:
6060
- MLflow tracking is limited to tracking experiment metrics and parameters on Azure Machine Learning jobs.
6161
- Artifacts and models can't be tracked. Instead, use the `mlflow.save_model` method with the `outputs` folder in jobs to save models or artifacts that you want to capture.
6262

63-
For a simple Java example that uses the MLflow tracking client with the Azure Machine Learning tracking server, see [azuremlflow-java](https://github.com/Azure/azureml-examples/tree/main/cli/jobs/single-step/java/iris).
63+
For a Java example that uses the MLflow tracking client with the Azure Machine Learning tracking server, see [azuremlflow-java](https://github.com/Azure/azureml-examples/tree/main/cli/jobs/single-step/java/iris).
6464

6565
### Example notebooks for MLflow tracking
6666

@@ -93,6 +93,8 @@ The MLflow SDK, Azure Machine Learning CLI, Azure Machine Learning SDK for Pytho
9393

9494
## Training with MLflow Projects (preview)
9595

96+
[!INCLUDE [machine-learning-mlflow-projects-deprecation](includes/machine-learning-mlflow-projects-deprecation.md)]
97+
9698
[!INCLUDE [machine-learning-preview-generic-disclaimer](includes/machine-learning-preview-generic-disclaimer.md)]
9799

98100
You can submit training jobs to Azure Machine Learning by using [MLflow Projects](https://www.mlflow.org/docs/latest/projects.html). You can submit jobs locally with Azure Machine Learning tracking or migrate your jobs to the cloud via [Azure Machine Learning compute](how-to-create-attach-compute-cluster.md).
@@ -128,5 +130,5 @@ The following table shows machine learning lifecycle operations that are possibl
128130
## Related content
129131

130132
- [Configure MLflow for Azure Machine Learning](how-to-use-mlflow-configure-tracking.md)
131-
- [Log MLflow models](how-to-log-mlflow-models.md)
133+
- [Track ML experiments and models with MLflow](how-to-use-mlflow-cli-runs.md)
132134
- [Guidelines for deploying MLflow models](how-to-deploy-mlflow-models.md)

0 commit comments

Comments
 (0)