You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
22
22
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:
24
24
25
25
- Azure Machine Learning doesn't host MLflow server instances, but can use the MLflow APIs directly.
26
26
- 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:
60
60
- MLflow tracking is limited to tracking experiment metrics and parameters on Azure Machine Learning jobs.
61
61
- 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.
62
62
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).
64
64
65
65
### Example notebooks for MLflow tracking
66
66
@@ -93,6 +93,8 @@ The MLflow SDK, Azure Machine Learning CLI, Azure Machine Learning SDK for Pytho
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
128
130
## Related content
129
131
130
132
-[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)
132
134
-[Guidelines for deploying MLflow models](how-to-deploy-mlflow-models.md)
0 commit comments