Skip to content

Commit cbc483e

Browse files
author
Larry
committed
clarity
1 parent 79d9089 commit cbc483e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Azure Machine Learning provides the following MLOps capabilities:
3030
- **Create reproducible ML pipelines**. Machine Learning pipelines allow you to define repeatable and reusable steps for your data preparation, training, and scoring processes.
3131
- **Create reusable software environments** for training and deploying models.
3232
- **Register, package, and deploy models from anywhere**. You can also track associated metadata required to use the model.
33-
- **Capture the governance data for the end-to-end ML lifecycle**. The logged information can include who is publishing models, why changes are being made, and when models were deployed or used in production.
34-
- **Notify and alert on events in the ML lifecycle**, such as experiment completion, model registration, model deployment, and data drift detection.
33+
- **Capture the governance data for the end-to-end ML lifecycle**. The logged information can include who is publishing models, why changes were made, and when models were deployed or used in production.
34+
- **Notify and alert on events in the ML lifecycle**. For example, experiment completion, model registration, model deployment, and data drift detection.
3535
- **Monitor ML applications for operational and ML-related issues**. Compare model inputs between training and inference, explore model-specific metrics, and provide monitoring and alerts on your ML infrastructure.
36-
- **Automate the end-to-end ML lifecycle with Azure Machine Learning and Azure Pipelines** to frequently update models, test new models, and continuously roll out new ML models alongside your other applications and services.
36+
- **Automate the end-to-end ML lifecycle with Azure Machine Learning and Azure Pipelines**. Using pipelines allows you to frequently update models, test new models, and continuously roll out new ML models alongside your other applications and services.
3737

3838
## Create reproducible ML pipelines
3939

0 commit comments

Comments
 (0)