Skip to content

Commit b9d89ea

Browse files
authored
Update how-to-monitor-datasets.md
1 parent 2556ad6 commit b9d89ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You monitor [Azure Machine Learning datasets](how-to-create-register-datasets.md
144144

145145
The monitor compares the baseline and target datasets.
146146

147-
#### Migrate to Model Monitor
147+
### Migrate to Model Monitor
148148
In Model Monitor, you can find corresponding concepts as following, and you can find more details in this article [Set up model monitoring by bringing in your production data to Azure Machine Learning](../how-to-monitor-model-performance.md#set-up-out-of-box-model-monitoring):
149149
* Reference dataset: similar to your baseline dataset for data drift detection, it is set as the recent past production inference dataset.
150150
* Production inference data: similar to your target dataset in data drift detection, the production inference data can be collected automatically from models deployed in production. It can also be inference data you store.
@@ -214,6 +214,7 @@ Not supported.
214214
---
215215

216216

217+
217218
## Create dataset monitor
218219

219220
Create a dataset monitor to detect and alert to data drift on a new dataset. Use either the [Python SDK](#sdk-monitor) or [Azure Machine Learning studio](#studio-monitor).
@@ -321,7 +322,8 @@ After completion of the wizard, the resulting dataset monitor will appear in the
321322
Not supported
322323
---
323324

324-
### Migrate to Model Monitor
325+
326+
## Migrate to Model Monitor
325327
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).
326328

327329
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).

0 commit comments

Comments
 (0)