Skip to content

Commit 37af843

Browse files
authored
Update how-to-monitor-datasets.md
1 parent 22eecfb commit 37af843

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/v1/how-to-monitor-datasets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To create and work with dataset monitors, you need:
5252
* The [Azure Machine Learning SDK for Python installed](/python/api/overview/azure/ml/install), which includes the azureml-datasets package.
5353
* Structured (tabular) data with a timestamp specified in the file path, file name, or column in the data.
5454

55-
## Migrate to Model Monitor
55+
## Prerequisites (Migrate to Model Monitor)
5656
When you migrate to Model Monitor, please check the prerequisites as following:
5757

5858

@@ -326,14 +326,14 @@ Not supported
326326
---
327327

328328

329-
## Migrate to Model Monitor
329+
## Create Model Monitor (Migrate to Model Monitor)
330330
When you migrate to Model Monitor, if you have deployed your model to production in an Azure Machine Learning online endpoint and enabled [data collection](../how-to-collect-production-data.md) at deployment time, Azure Machine Learning collects production inference data, and automatically stores it in Microsoft Azure Blob Storage. You can then use Azure Machine Learning model monitoring to continuously monitor this production inference data, and you can directly choose the model to create target dataset (production inference data in Model Monitor).
331331

332332
When you migrate to Model Monitor, if you didn't deploy your model to production in an Azure Machine Learning online endpoint, or you don't want to use [data collection](../how-to-collect-production-data.md), you can also [set up model monitoring with custom signals and metrics](../how-to-monitor-model-performance.md#set-up-model-monitoring-with-custom-signals-and-metrics).
333333

334334
Following sections contain more details on how to migrate to Model Monitor.
335335

336-
## If you have deployed your model to production in an Azure Machine Learning online endpoint and enabled data collection
336+
## If you have deployed your model to production in an Azure Machine Learning online endpoint and enabled data collection (Migrate to Model Monitor)
337337

338338
If you have deployed your model to production in an Azure Machine Learning online endpoint and enabled [data collection](../how-to-collect-production-data.md) at deployment time.
339339

@@ -444,7 +444,7 @@ The following YAML contains the definition for the out-of-box model monitoring.
444444
:::code language="yaml" source="~/azureml-examples-main/cli/monitoring/out-of-box-monitoring.yaml":::
445445
---
446446

447-
## If you didn't deploy your model to production in an Azure Machine Learning online endpoint or you don't want to use data collection
447+
## If you didn't deploy your model to production in an Azure Machine Learning online endpoint or you don't want to use data collection (Migrate to Model Monitor)
448448
When you migrate to Model Monitor, if you didn't deploy your model to production in an Azure Machine Learning online endpoint, or you don't want to use [data collection](../how-to-collect-production-data.md), you can also [set up model monitoring with custom signals and metrics](../how-to-monitor-model-performance.md#set-up-model-monitoring-with-custom-signals-and-metrics).
449449

450450
You can also set up model monitoring for models deployed to Azure Machine Learning batch endpoints or deployed outside of Azure Machine Learning. If you don't have a deployment, but you have production data, you can use the data to perform continuous model monitoring. To monitor these models, you must be able to:

0 commit comments

Comments
 (0)