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/v1/how-to-monitor-datasets.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ To create and work with dataset monitors, you need:
52
52
* The [Azure Machine Learning SDK for Python installed](/python/api/overview/azure/ml/install), which includes the azureml-datasets package.
53
53
* Structured (tabular) data with a timestamp specified in the file path, file name, or column in the data.
54
54
55
-
###Migrate to Model Monitor
55
+
## Migrate to Model Monitor
56
56
When you migrate to Model Monitor, please check the prerequisites as following:
57
57
58
58
@@ -108,7 +108,7 @@ This top down approach makes it easy to monitor data instead of traditional rule
108
108
109
109
In Azure Machine Learning, you use dataset monitors to detect and alert for data drift.
110
110
111
-
###Dataset monitors
111
+
## Dataset monitors
112
112
113
113
With a dataset monitor you can:
114
114
@@ -333,7 +333,7 @@ When you migrate to Model Monitor, if you didn't deploy your model to production
333
333
334
334
Following sections contain more details on how to migrate to Model Monitor.
335
335
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
337
337
338
338
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.
339
339
@@ -444,7 +444,7 @@ The following YAML contains the definition for the out-of-box model monitoring.
###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
448
448
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).
449
449
450
450
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