Skip to content

Commit 01867d2

Browse files
authored
Update concept-mlflow.md
1 parent c1e663d commit 01867d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/machine-learning/concept-mlflow.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ ms.custom: devx-track-python, cliv2, sdkv2, event-tier1-build-2022, ignite-2022
2424

2525
> [!TIP]
2626
> Azure Machine Learning workspaces are MLflow-compatible, which means you can use Azure Machine Learning workspaces in the same way that you use an MLflow tracking server. Such compatibility has the following advantages:
27-
> * You can use Azure Machine Learning workspaces as your tracking server for any experiment you're running with MLflow, whether it runs on Azure Machine Learning or not. You only need to configure MLflow to point to the workspace where the tracking should happen.
28-
> * There are not hosted instances of MLflow server running under the hood. The workspace can talk the MLflow protocol.
29-
> * You can run any training routine that uses MLflow in Azure Machine Learning without any change. You can also manage the lifecycle using MLflow when connected to Azure Machine Learning.
27+
> * We don't host MLflow server instances under the hood. The workspace can talk the MLflow standard.
28+
> * You can use Azure Machine Learning workspaces as your tracking server for any MLflow code, whether it runs on Azure Machine Learning or not. You only need to configure MLflow to point to the workspace where the tracking should happen.
29+
> * You can run any training routine that uses MLflow in Azure Machine Learning without any change.
3030
3131

3232
## Tracking with MLflow
3333

3434
Azure Machine Learning uses MLflow Tracking for metric logging and artifact storage for your experiments. When connected to Azure Machine Learning, all tracking performed using MLflow is materialized in the workspace you are working on. To learn more about how to instrument your experiments for tracking experiments and training routines, see [Log metrics, parameters, and files with MLflow](how-to-log-view-metrics.md). You can also use MLflow to [Query & compare experiments and runs with MLflow](how-to-track-experiments-mlflow.md).
3535

3636
> [!TIP]
37-
> __Why can't I track experiments using Azure Machine Learning SDK (v2)?__: Unlike the Azure Machine Learning SDK v1, there's no logging functionality in the SDK v2 and we recommend using MLflow for logging. By doing so, your training routines will be cloud-agnostic, achieving decoupling of data operations (what your training code does) from control operations (what your cloud provider requires for orchestration).
37+
> Unlike the Azure Machine Learning SDK v1, there's no logging functionality in the SDK v2 and we recommend using MLflow for logging. By doing so, your training routines will be cloud-agnostic, achieving decoupling of data operations (what your training code does) from control operations (what your cloud provider requires for orchestration).
3838
3939
### Centralize tracking
4040

@@ -89,8 +89,8 @@ Learn more at [Train machine learning models with MLflow projects and Azure Mach
8989

9090
### Example notebooks
9191

92-
* [Train an MLflow project on a local compute](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/track-and-monitor-experiments/using-mlflow/train-projects-local/train-projects-local.ipynb)
93-
* [Train an MLflow project on remote compute](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/track-and-monitor-experiments/using-mlflow/train-projects-remote/train-projects-remote.ipynb).
92+
* [Track an MLflow project in Azure Machine Learning workspaces](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/track-and-monitor-experiments/using-mlflow/train-projects-local/train-projects-local.ipynb)
93+
* [Train and run an MLflow project on Azure Machine Learning jobs](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/track-and-monitor-experiments/using-mlflow/train-projects-remote/train-projects-remote.ipynb).
9494

9595
## MLflow SDK, Azure Machine Learning v2, and Azure Machine Learning studio capabilities
9696

0 commit comments

Comments
 (0)