Algorithms for change point detection #913
johnaohara
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Horreum implements 2 different change dectections alorithms, "Fixed Threshold" and "Relative Difference of Means". Whilst these 2 provide a solid basis for a lot of change detection use cases, there are others that might be a better fit for automated change detection.
The aim for introducing/creating new algortihms would be to lower the rate of false positives and false negatives and explore if non-parametric algorithms perform better than parametric algorithms where the user needs to tune the change detection algorithms to reduce the rate of false +ve/-ve
Some existing examples / research exists;
it would be interesting to evaluate either existing or novel approaches to determine what approach provides the best outcome against existing datasets
Beta Was this translation helpful? Give feedback.
All reactions