Can anyone recommend a good Python library that does anomaly detection for time-series data?
Conversation
Replying to
what are you trying to do? you generally have to do these things from scratch...
1
1
Replying to
I want to feed in documents where words / terms are tracked over time windows and set up alerts for when there is a spike (like if the mean for that window is over 4 standard deviations). I was wondering if there was such a beast already created for this.
1
3
Show replies
Show replies
Replying to
Try using matrixprofile-ts on github. It can be very good at detecting anomalies
2
Replying to
Check out github.com/twitterdev/Gni for a good anomalous terms over time type anomaly detection thing
1
5
Replying to
Maybe find a python implementation of the Twitter breakout method anomaly.io/anomaly-detect






