Skip to content

Commit 079ebc3

Browse files
author
Larry
committed
writing
1 parent bcf1539 commit 079ebc3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,19 @@ Microsoft Power BI supports using machine learning models for data analytics. Fo
131131

132132
## Capture the governance data required for capturing the end-to-end ML lifecycle
133133

134-
Azure ML gives you the capability to track the end-to-end audit trail of all of your ML assets. Specifically:
134+
Azure ML gives you the capability to track the end-to-end audit trail of all of your ML assets by using metadata.
135135

136136
- 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.
137-
- [Azure ML Datasets](how-to-create-register-datasets.md) help you track, profile, and version data.
137+
- [Azure ML Datasets](how-to-create-register-datasets.md) help you track, profile, and version data.
138138
- Azure ML Run history stores a snapshot of the code, data, and computes used to train a model.
139139
- 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).
140140

141+
> [!TIP]
142+
> While some information on models and datasets are automatically captured, you can add additional information by using __tags__. When looking for registered models and datasets in your workspace, you can use tags as a filter.
143+
>
144+
> Associating a dataset with a registered model is an optional step. For information on referencing a dataset when registering a model, see the [Model](https://docs.microsoft.com/python/api/azureml-core/azureml.core.model(class)?view=azure-ml-py) class reference.
145+
146+
141147
## Notify, automate, and alert on events in the ML lifecycle
142148
Azure ML publishes key events to Azure EventGrid, which can be used to notify and automate on events in the ML lifecycle. For more information, please see [this document](how-to-use-event-grid.md).
143149

0 commit comments

Comments
 (0)