Skip to content

Commit c005f75

Browse files
authored
Update how-to-monitor-datasets.md
1 parent 81780c6 commit c005f75

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ dset = dset.register(ws, 'target')
156156
> For a full example of using the `timeseries` trait of datasets, see the [example notebook](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/work-with-data/datasets-tutorial/timeseries-datasets/tabular-timeseries-dataset-filtering.ipynb) or the [datasets SDK documentation](/python/api/azureml-core/azureml.data.tabulardataset#with-timestamp-columns-timestamp-none--partition-timestamp-none--validate-false----kwargs-).
157157
158158
# [Studio](#tab/azure-studio)
159-
160159
<a name="studio-dataset"></a>
161160

162161
If you create your dataset using Azure Machine Learning studio, ensure the path to your data contains timestamp information, include all subfolders with data, and set the partition format.
@@ -175,8 +174,10 @@ If your data is already partitioned by date or time, as is the case here, you ca
175174

176175

177176
# [Azure CLI](#tab/azure-cli)
177+
<a name="cli-dataset"></a>
178178

179179
Not supported.
180+
180181
---
181182

182183

@@ -266,11 +267,11 @@ monitor = monitor.enable_schedule()
266267

267268
:::image type="content" source="media/how-to-monitor-datasets/wizard.png" alt-text="Create a monitor wizard":::
268269

269-
* **Select target dataset**. The target dataset is a tabular dataset with timestamp column specified which to analyze for data drift. The target dataset must have features in common with the baseline dataset, and should be a `timeseries` dataset, which new data is appended to. Historical data in the target dataset can be analyzed, or new data can be monitored.
270+
1. **Select target dataset**. The target dataset is a tabular dataset with timestamp column specified which to analyze for data drift. The target dataset must have features in common with the baseline dataset, and should be a `timeseries` dataset, which new data is appended to. Historical data in the target dataset can be analyzed, or new data can be monitored.
270271

271-
* **Select baseline dataset.** Select the tabular dataset to be used as the baseline for comparison of the target dataset over time. The baseline dataset must have features in common with the target dataset. Select a time range to use a slice of the target dataset, or specify a separate dataset to use as the baseline.
272+
1. **Select baseline dataset.** Select the tabular dataset to be used as the baseline for comparison of the target dataset over time. The baseline dataset must have features in common with the target dataset. Select a time range to use a slice of the target dataset, or specify a separate dataset to use as the baseline.
272273

273-
* **Monitor settings**. These settings are for the scheduled dataset monitor pipeline to create.
274+
1. **Monitor settings**. These settings are for the scheduled dataset monitor pipeline to create.
274275

275276
| Setting | Description | Tips | Mutable |
276277
| ------- | ----------- | ---- | ------- |
@@ -415,6 +416,7 @@ The following YAML contains the definition for the out-of-box model monitoring.
415416

416417
---
417418

419+
418420
## Create Model Monitor via custom data preprocessing component (Migrate to Model Monitor)
419421
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).
420422

0 commit comments

Comments
 (0)