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

Add anomaly threshold calculation for batches of errors #158

Closed
AlexanderGeiger opened this issue Apr 18, 2019 · 2 comments
Closed

Add anomaly threshold calculation for batches of errors #158

AlexanderGeiger opened this issue Apr 18, 2019 · 2 comments

Comments

@AlexanderGeiger
Copy link
Contributor

AlexanderGeiger commented Apr 18, 2019

Description

The calculation of the threshold ε in the timeseries_anomalies.py primitive should happen in batches, i.e. the threshold should be calculated for each batch of errors separately. Currently we are using the whole array of errors to calculate one single threshold.

@csala csala changed the title Add anomaly threshold calculation for batches of errors Add window_size argument to custom.timeseries_anomalies.find_anomalies primitive Apr 19, 2019
@csala csala changed the title Add window_size argument to custom.timeseries_anomalies.find_anomalies primitive Add anomaly threshold calculation for batches of errors Apr 19, 2019
@csala
Copy link
Contributor

csala commented Apr 19, 2019

This will be covered by #160

@csala
Copy link
Contributor

csala commented May 2, 2019

Covered in #160

@csala csala closed this as completed May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants