Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Enable time-limited eager adjustment to time shift events like daylight saving #2691

Open
valeriy42 opened this issue Jul 10, 2024 · 0 comments

Comments

@valeriy42
Copy link
Contributor

Problem

In many countries around the world, a time shift related to Daylight Saving Time (DST) causes users to change their behavior with respect to UTC. While we continue to improve the machine learning algorithms associated with detecting these shifts, it still takes some time to gather evidence that supports the time shift hypothesis. The anomaly detection job may take a few days to adjust to the change. During this time, anomaly detection may produce false positive or false negative alerts.

Enhancement

We allow users to enable a mode for more eagerly accepting the time shift hypothesis (using a new detection rule). This will reduce the burden of evidence the algorithm expects to see in order to accept the hypothesis that there has been a time shift in user behavior. Once the time shift hypothesis has been accepted or the allowed time has elapsed, this eager mode is automatically disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant