Skip to content

Commit 21519c2

Browse files
committed
table columns
1 parent b9aa23d commit 21519c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ client.delete_model_version(model_name, version="2")
235235

236236
The MLflow client exposes several methods to retrieve and manage models. The following table lists the methods currently supported in MLflow when connected to Azure Machine Learning. The table also compares MLflow with other models management capabilities in Azure Machine Learning.
237237

238-
| Feature | MLflow | Azure Machine Learning with MLflow | Azure Machine Learning CLI v2 | Azure Machine Learning studio |
238+
| Feature description | MLflow only | Machine Learning with MLflow | Machine Learning CLI v2 | Machine Learning studio |
239239
| --- | :---: | :---: | :---: | :---: |
240240
| Register models in MLflow format | **✓** | **✓** | **✓** | **✓** |
241241
| Register models not in MLflow format | | | **✓** | **✓** |

0 commit comments

Comments
 (0)