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
#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.
15
15
---
@@ -77,7 +77,7 @@ Each machine learning model and its use cases are unique. Therefore, model monit
77
77
78
78
## Lookback window size and offset
79
79
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.
81
81
82
82
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.
83
83
@@ -99,7 +99,7 @@ With Azure Machine Learning model monitoring, you can use smart defaults for you
99
99
100
100
You have the flexibility to select a lookback window size for both the production data and the reference data.
101
101
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.
103
103
104
104
- 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.
0 commit comments