Skip to content

Commit 79d9089

Browse files
author
Larry
committed
tweaks per spell check/grammar
1 parent 44327e0 commit 79d9089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 02/21/2020
1313
ms.custom: seodec18
1414
---
1515

16-
# MLOps: Model management, deployment and monitoring with Azure Machine Learning
16+
# MLOps: Model management, deployment, and monitoring with Azure Machine Learning
1717

1818
In this article, learn about how to use Azure Machine Learning to manage the lifecycle of your models. Azure Machine Learning uses a Machine Learning Operations (MLOps) approach. MLOps improves the quality and consistency of your machine learning solutions.
1919

@@ -134,7 +134,7 @@ Azure ML gives you the capability to track the end-to-end audit trail of all of
134134

135135
- Azure ML [integrates with Git](how-to-set-up-training-targets.md#gitintegration) to track information on which repository / branch / commit your code came from.
136136
- [Azure ML Datasets](how-to-create-register-datasets.md) help you track, profile, and version data.
137-
- Azure ML Run history stores a snapshot of the code, data, and compute used to train a model.
137+
- Azure ML Run history stores a snapshot of the code, data, and computes used to train a model.
138138
- The Azure ML Model Registry captures all of the metadata associated with your model (which experiment trained it, where it is being deployed, if its deployments are healthy).
139139

140140
## Notify, automate, and alert on events in the ML lifecycle

0 commit comments

Comments
 (0)