Commit f83265c
Add exclude_detection_period_from_training flag to dimension anomaly test
- Added exclude_detection_period_from_training parameter to test_dimension_anomalies macro signature with default value false
- Passed the parameter through to get_anomalies_test_configuration
- This brings dimension anomalies in line with table/volume anomalies which already support this flag
- The underlying logic in get_anomaly_scores_query.sql already handles this parameter for all anomaly types
Co-Authored-By: Yosef Arbiv <[email protected]>1 parent e7c2488 commit f83265c
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments