nathanielc / morgoth

Metric anomaly detection
http://docs.morgoth.io
Apache License 2.0
280 stars 31 forks source link

Test twitter anomaly detection with Morgoth #25

Open mre opened 9 years ago

mre commented 9 years ago

twitter recently announced "Practical and robust anomaly detection in a time series" (see blog post here: https://blog.twitter.com/2015/introducing-practical-and-robust-anomaly-detection-in-a-time-series) The code is on GitHub: https://github.com/twitter/AnomalyDetection It is written in R, so it's not really real-time capable yet. That said, the tool looks quite powerful. Here's a list of things it can detect: https://anomaly.io/anomaly-detection-twitter-r/

Would it make sense to port this algorithm to Go and run it in combination with Morgoth?