Skip to content

Commit 6d27e12

Browse files
Merge pull request #2005 from ManoharLakkoju-MSFT/patch-4
(AzureCXP) fixes MicrosoftDocs/azure-ai-docs#353798
2 parents 4041fce + c1871b4 commit 6d27e12

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
@@ -201,7 +201,7 @@ model = mlflow.pyfunc.load_model(f"models:/{model_name}/Staging")
201201
Editing registered models is supported in both MLflow and Azure Machine Learning, but there are some important differences. The following sections describe some options.
202202

203203
> [!NOTE]
204-
> Renaming models isn't supported in Azure Machine Learning because model objects are immmutable.
204+
> Renaming models isn't supported in Azure Machine Learning because model objects are immutable.
205205
206206
### Edit model description and tags
207207

0 commit comments

Comments
 (0)