You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-model-management-and-deployment.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Registered models are identified by name and version. Each time you register a m
79
79
> * When you use the **Filter by**`Tags` option on the **Models** page of Azure Machine Learning Studio, instead of using `TagName : TagValue`, use `TagName=TagValue` without spaces.
80
80
> * You can't delete a registered model that's being used in an active deployment.
81
81
82
-
For more information, [Work with models in Azure Machine Learning](how-to-manage-model-cli.md).
82
+
For more information, [Work with models in Azure Machine Learning](./how-to-manage-models.md).
83
83
84
84
### Package and debug models
85
85
@@ -150,7 +150,7 @@ Machine Learning gives you the capability to track the end-to-end audit trail of
150
150
-[Machine Learning datasets](how-to-create-register-datasets.md) help you track, profile, and version data.
151
151
-[Interpretability](how-to-machine-learning-interpretability.md) allows you to explain your models, meet regulatory compliance, and understand how models arrive at a result for specific input.
152
152
- Machine Learning Job history stores a snapshot of the code, data, and computes used to train a model.
153
-
- The [Machine Learning Model Registry](how-to-manage-models?tabs=use-local#create-a-model-in-the-model-registry) captures all the metadata associated with your model. For example, metadata includes which experiment trained it, where it's being deployed, and if its deployments are healthy.
153
+
- The [Machine Learning Model Registry](./how-to-manage-models.md?tabs=use-local#create-a-model-in-the-model-registry) captures all the metadata associated with your model. For example, metadata includes which experiment trained it, where it's being deployed, and if its deployments are healthy.
154
154
-[Integration with Azure](how-to-use-event-grid.md) allows you to act on events in the machine learning lifecycle. Examples are model registration, deployment, data drift, and training (job) events.
0 commit comments