yahoo / egads

A Java package to automatically detect anomalies in large scale time-series data
Other
1.16k stars 331 forks source link

Where is the Alerting Module? #27

Closed qudm closed 8 years ago

qudm commented 8 years ago

I saw that the paper https://labs.yahoo.com/_c/uploads/KDD2015.pdf has mentioned about three module: the time-series modeling module (TMM), the anomaly detection module (ADM) and the alerting module (AM). But I only found TMM (com.yahoo.egads.models.tsmm) and ADM (com.yahoo.egads.models.adm) in the package. Where is the AM?

kashif commented 8 years ago

@quydoan i think the alerting module is part of their business logic and infrastructure use case so it makes no sense to have it here since everyone will have their own way of doing alerts

qudm commented 8 years ago

@kashif: Yeah, It makes sense. I just wondered whether I missed it.