Skip to content

Commit 423c6a5

Browse files
authored
Update concept-mlflow-models.md
1 parent 353ec13 commit 423c6a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-mlflow-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In Azure Machine Learning, logging models has the following advantages:
7171
> * You can deploy them on real-time or batch endpoints without providing an scoring script nor an environment.
7272
> * When deployed, Model's deployments have a Swagger generated automatically and the __Test__ feature can be used in Azure ML studio.
7373
> * Models can be used as pipelines inputs directly.
74-
> * You can use the [Responsable AI dashbord (preview)](how-to-responsible-ai-dashboard.md).
74+
> * You can use the [Responsible AI dashbord (preview)](how-to-responsible-ai-dashboard.md).
7575
7676
Models can get logged by:
7777

@@ -87,7 +87,7 @@ mlflow..sklearn.log_model(sklearn_estimator, "classifier")
8787
[!INCLUDE [sdk v1](../../includes/machine-learning-sdk-v1.md)]
8888

8989
> [!IMPORTANT]
90-
> Azure ML SDK v1 don't have the *model* concept.
90+
> Azure ML SDK v1 doesn't have the *model* concept.
9191
9292
# [Using the outputs folder](#tab/outputs)
9393

0 commit comments

Comments
 (0)