Skip to content

Commit 13d2b9a

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The **backfill** function runs a backfill job, for a specified start and end dat
233233
> Azure Machine Learning model monitoring doesn't support manual **backfill** function, if you want to redo the model monitor for a specif time range, you can create another model monitor for that specific time range.
234234
235235
# [Python SDK](#tab/python)
236-
<a name="sdk-monitor"></a>
236+
237237

238238
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
239239

@@ -290,7 +290,7 @@ monitor = monitor.enable_schedule()
290290
291291

292292
# [Studio](#tab/azure-studio)
293-
<a name="studio-monitor"></a>
293+
294294

295295
1. Navigate to the [studio's homepage](https://ml.azure.com).
296296
1. Select the **Data** tab.
@@ -442,6 +442,7 @@ az ml schedule create -f ./out-of-box-monitoring.yaml
442442
The following YAML contains the definition for the out-of-box model monitoring.
443443

444444
:::code language="yaml" source="~/azureml-examples-main/cli/monitoring/out-of-box-monitoring.yaml":::
445+
445446
---
446447

447448
## 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)

0 commit comments

Comments
 (0)