-
Notifications
You must be signed in to change notification settings - Fork 31
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 E-Divisive means algorithm to the available change detection models #1007
Comments
👋 @smalleni |
Hi @smalleni thanks for the suggestion. This is an algorithm that we have discussed implementing in the past. and have recoded some of the disucssion in various discussions/issues; The implementation (hunter: https://github.com/datastax-labs/hunter) that we were planning on using is detailed in this paper: https://arxiv.org/pdf/2301.03034.pdf and has been used in production with mongoDB for a number of years. There are a number of implementation details that we need to perform before we integrate Hunter;
|
…ixes Hyperfoil#1007 - run bulk change detection once per fingerprint - Allow option to recalc datapoints for variables, or re-use - added end-to-end and injectable tests blocked by : Hyperfoil#1380
…ixes Hyperfoil#1007 - run bulk change detection once per fingerprint - Allow option to recalc datapoints for variables, or re-use - added end-to-end and injectable tests blocked by : Hyperfoil#1380
…ixes Hyperfoil#1007 - run bulk change detection once per fingerprint - Allow option to recalc datapoints for variables, or re-use - added end-to-end and injectable tests - Disable eDivisive tests unless enabled with 'ci' profile
…ixes Hyperfoil#1007 - run bulk change detection once per fingerprint - Allow option to recalc datapoints for variables, or re-use - added end-to-end and injectable tests - Disable eDivisive tests unless enabled with 'ci' profile
…ixes #1007 - run bulk change detection once per fingerprint - Allow option to recalc datapoints for variables, or re-use - added end-to-end and injectable tests - Disable eDivisive tests unless enabled with 'ci' profile
Feature idea.
There is a lot of research and existing applications around using E-Divisive means for identifying change points in software performance data. See: https://arxiv.org/pdf/2003.00584.pdf Hence, it would be good to have that added to the current available changepoint detection models in Horreum.
Describe the solution you'd like
Add E-Divisive means based change point detection model here: https://github.com/Hyperfoil/Horreum/tree/master/horreum-backend/src/main/java/io/hyperfoil/tools/horreum/changedetection
The text was updated successfully, but these errors were encountered: