Skip to content

Commit 22eecfb

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

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+
## Migrate to Model Monitor
5656
When you migrate to Model Monitor, please check the prerequisites as following:
5757

5858

@@ -108,7 +108,7 @@ This top down approach makes it easy to monitor data instead of traditional rule
108108

109109
In Azure Machine Learning, you use dataset monitors to detect and alert for data drift.
110110

111-
### Dataset monitors
111+
## Dataset monitors
112112

113113
With a dataset monitor you can:
114114

@@ -333,7 +333,7 @@ When you migrate to Model Monitor, if you didn't deploy your model to production
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
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
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)