Skip to content

Commit 54e87da

Browse files
committed
edits
1 parent 21519c2 commit 54e87da

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 description | MLflow only | Machine Learning with MLflow | Machine Learning CLI v2 | Machine Learning studio |
238+
| <br>Feature description | MLflow only | Machine Learning with MLflow | Machine Learning CLI v2 | Machine Learning studio |
239239
| --- | :---: | :---: | :---: | :---: |
240240
| Register models in MLflow format | **&check;** | **&check;** | **&check;** | **&check;** |
241241
| Register models not in MLflow format | | | **&check;** | **&check;** |

0 commit comments

Comments
 (0)