Skip to content

Commit 54246e7

Browse files
committed
review cx
1 parent 7ab401e commit 54246e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/concept-model-monitoring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-machine-learning
99
ms.subservice: mlops
1010
ms.reviewer: alehughes
1111
ms.topic: concept-article
12-
ms.date: 09/23/2024
12+
ms.date: 09/27/2024
1313
ms.custom: devplatv2, FY25Q1-Linter
1414
#Customer intent: As a data scientist, I want to understand Azure Machine Learning monitoring so I can keep my machine learning models fresh and performant.
1515
---
@@ -77,7 +77,7 @@ Each machine learning model and its use cases are unique. Therefore, model monit
7777

7878
## Lookback window size and offset
7979

80-
The *lookback window size* is the duration of time in ISO 8601 format that your monitoring run should look back to collect your production or reference data. The *lookback window offset* is the duration of time to offset the end of your data window from the date of your monitoring run.
80+
The *lookback window size* is the duration of time in ISO 8601 format for your production or reference data window. The *lookback window offset* is the duration of time to offset the end of your data window from the date of your monitoring run.
8181

8282
For example, your model in production has a monitor set to run on January 31 at 3:15pm UTC. A production data lookback window size of `P7D` or seven days and a data lookback window offset of `P0D` or zero days means the monitor uses production data from January 24 at 3:15pm UTC up until January 31 at 3:15pm UTC, the time your monitor runs.
8383

@@ -99,7 +99,7 @@ With Azure Machine Learning model monitoring, you can use smart defaults for you
9999

100100
You have the flexibility to select a lookback window size for both the production data and the reference data.
101101

102-
- By default, the lookback window size for production data is your monitoring frequency. All data collected in the monitoring period before the monitoring job runs is analyzed. You can use the `production_data.data_window.lookback_window_size` property to adjust the rolling data window for production data.
102+
- By default, the lookback window size for production data is your monitoring frequency. All data collected in the monitoring period before the monitoring job runs is included in the lookback window. You can use the `production_data.data_window.lookback_window_size` property to adjust the rolling data window for production data.
103103

104104
- By default, the lookback window for the reference data is the full dataset. You can use the `reference_data.data_window.lookback_window_size` property to adjust the reference lookback window size.
105105

0 commit comments

Comments
 (0)