Skip to content

Commit 4580434

Browse files
authored
Update how-to-manage-models-mlflow.md
1 parent bb6e8bb commit 4580434

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
@@ -161,7 +161,7 @@ model = mlflow.pyfunc.load_model(f"models:/{model_name}/Staging")
161161

162162
## Editing and deleting models
163163

164-
Editing registered models is supported in both Mlflow and Azure ML, however, there are some differences between them that are important to notice:
164+
Editing registered models is supported in both Mlflow and Azure ML. However, there are some differences important to be noticed:
165165

166166
> [!WARNING]
167167
> Renaming models is not supported in Azure Machine Learning as model objects are immmutable.

0 commit comments

Comments
 (0)