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
Add integration test for exclude_detection_period_from_training flag
Test demonstrates that:
- When flag=False: detection period data is included in training baseline, preventing anomaly detection
- When flag=True: detection period data is excluded from training baseline, enabling anomaly detection
The test uses constrained time windows (1 day training/detection) to make the behavior deterministic.
Co-Authored-By: Yosef Arbiv <[email protected]>
0 commit comments