kLabUM / rrcf

🌲 Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams
https://klabum.github.io/rrcf/
MIT License
495 stars 112 forks source link

how to scale rrcf to detect thousands of time series #59

Open zcsh opened 5 years ago

zcsh commented 5 years ago

dear mdb, I have tried using rrcf to detect anomalies in a single time series, and konwn it is efficient in doing this work. But how can I build an application with rrcf to detect several thousands of time series that stream in every 1 minute synchronously with reasonable cpu and memory consumption? Have you any suggestions?

mdbartos commented 5 years ago

Here are a few suggestions: