Skip to content

Commit 8c3ada4

Browse files
authored
Update concept-mlflow.md
1 parent 5d0a743 commit 8c3ada4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/machine-learning/concept-mlflow.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ The following table shows which operations are supported by each of the tools av
8282
| Submit training jobs with inputs and outputs | | **✓** | **✓** |
8383
| Submit training jobs by using machine learning pipelines | | **✓** | **✓** |
8484
| Manage experiments and runs | **✓** | **✓** | **✓** |
85-
| Manage MLflow models | **&check;**<sup>2</sup> | **&check;** | **&check;** |
85+
| Manage MLflow models | **&check;**<sup>3</sup> | **&check;** | **&check;** |
8686
| Manage non-MLflow models | | **&check;** | **&check;** |
87-
| Deploy MLflow models to Azure Machine Learning (Online & Batch) | **&check;**<sup>3</sup> | **&check;** | **&check;** |
87+
| Deploy MLflow models to Azure Machine Learning (Online & Batch) | **&check;**<sup>4</sup> | **&check;** | **&check;** |
8888
| Deploy non-MLflow models to Azure Machine Learning | | **&check;** | **&check;** |
8989

9090
> [!NOTE]
9191
> - <sup>1</sup> Only artifacts and models can be downloaded.
9292
> - <sup>2</sup> On preview.
9393
> - <sup>3</sup> Some operations may not be supported. View [Manage model registries in Azure Machine Learning with MLflow](how-to-manage-models-mlflow.md) for details.
94-
> - <sup>2</sup> Deployment of MLflow models to batch inference by using the MLflow SDK is not possible at the moment. View [Deploy MLflow models to Azure Machine Learning](how-to-deploy-mlflow-models.md) for details.
94+
> - <sup>4</sup> Deployment of MLflow models to batch inference by using the MLflow SDK is not possible at the moment. View [Deploy MLflow models to Azure Machine Learning](how-to-deploy-mlflow-models.md) for details.
9595
9696
## Example notebooks
9797

@@ -107,3 +107,7 @@ If you're getting started with MLflow in Azure Machine Learning, we recommend th
107107
* [Training models in Azure Databricks and deploying them on Azure Machine Learning](https://github.com/Azure/azureml-examples/blob/main/notebooks/using-mlflow/no-code-deployment/track_with_databricks_deploy_aml.ipynb): Demonstrates how to train models in Azure Databricks and deploy them in Azure Machine Learning. It also includes how to handle cases where you also want to track the experiments with the MLflow instance in Azure Databricks.
108108
* [Migrating models with a scoring script to MLflow](https://github.com/Azure/azureml-examples/blob/main/notebooks/using-mlflow/migrating-scoring-to-mlflow/scoring_to_mlmodel.ipynb): Demonstrates how to migrate models with scoring scripts to no-code deployment with MLflow.
109109
* [Using MLflow REST with Azure Machine Learning](https://github.com/Azure/azureml-examples/blob/main/notebooks/using-mlflow/using-rest-api/using_mlflow_rest_api.ipynb): Demonstrates how to work with the MLflow REST API when you're connected to Azure Machine Learning.
110+
111+
## Next steps
112+
113+
* [Track machine learning experiments and models running locally or in the cloud](how-to-use-mlflow-cli-runs.md) with MLflow in Azure Machine Learning.

0 commit comments

Comments
 (0)