Skip to content

Commit aac0ea9

Browse files
committed
touchup
1 parent 37ead68 commit aac0ea9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/machine-learning/how-to-deploy-mlflow-models.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Guidelines for deploying MLflow models
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to deploy your MLflow model to the deployment targets that are supported by Azure Machine Learning.
4+
description: Learn how to deploy your MLflow model to the deployment targets that Azure Machine Learning supports.
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: mlops
@@ -19,7 +19,7 @@ ms.devlang: azurecli
1919

2020
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]
2121

22-
In this article, learn about deployment of [MLflow](https://www.mlflow.org) models to Azure Machine Learning for both real-time and batch inference, and about the different tools you can use to manage the deployment.
22+
In this article, learn about deployment of [MLflow](https://www.mlflow.org) models to Azure Machine Learning for both real-time and batch inference, and about different tools you can use to manage the deployment.
2323

2424
## No-code deployment
2525

@@ -72,7 +72,7 @@ Azure Machine Learning also supports deploying models to both online and batch e
7272
The following table shows the input types supported by the MLflow built-in server versus Azure Machine Learning online endpoints.
7373

7474
| Input type | MLflow built-in server | Azure Machine Learning online endpoints |
75-
| :- | :-: | :-: |
75+
|---| :-: | :-: |
7676
| JSON-serialized pandas DataFrames in the split orientation | **✓** | **✓** |
7777
| JSON-serialized pandas DataFrames in the records orientation | Deprecated | |
7878
| CSV-serialized pandas DataFrames | **✓** | Use batch inferencing. For more information, see [Deploy MLflow models to batch endpoints](how-to-mlflow-batch.md). |
@@ -228,11 +228,11 @@ Azure Machine Learning offers the following tools to deploy MLflow models to onl
228228
Each tool has different capabilities, particularly for which type of compute it can target. The following table shows the support for different MLflow deployment scenarios.
229229

230230
| Scenario | MLflow SDK | Azure Machine Learning CLI/SDK or studio |
231-
|---|---|---|---|
232-
| Deploy to managed online endpoints<sup>1</sup> | [Progressive rollout of MLflow models to online endpoints](how-to-deploy-mlflow-models-online-progressive.md) |
231+
|---| :-: | :-: |
232+
| Deploy to managed online endpoints<sup>1</sup> | [Progressive rollout of MLflow models to online endpoints](how-to-deploy-mlflow-models-online-progressive.md) | [Deploy MLflow models to online endpoints](how-to-deploy-mlflow-models-online-endpoints.md) |
233233
| Deploy to managed online endpoints with a scoring script | Not supported<sup>3</sup> | [Customize MLflow model deployments](how-to-deploy-mlflow-models-online-endpoints.md#customize-mlflow-model-deployments) |
234234
| Deploy to batch endpoints | Not supported<sup>3</sup> | [Use MLflow models in batch deployments](how-to-mlflow-batch.md) |
235-
| Deploy to batch endpoints with a scoring script | Not supported<sup>3</sup> | [Customize model deployment with scoring script](how-to-mlflow-batch.md#customize-model-deployment-with-scoring-script)|
235+
| Deploy to batch endpoints with a scoring script | Not supported<sup>3</sup> | [Customize model deployment with scoring script](how-to-mlflow-batch.md#customize-model-deployment-with-scoring-script) |
236236
| Deploy to web services like Azure Container Instances or Azure Kubernetes Service (AKS) | Legacy support<sup>2</sup> | Not supported<sup>2</sup> |
237237
| Deploy to web services like Container Instances or AKS with a scoring script | Not supported<sup>3</sup> | Legacy support<sup>2</sup> |
238238

0 commit comments

Comments
 (0)