arundo / adtk

A Python toolkit for rule-based/unsupervised anomaly detection in time series
https://adtk.readthedocs.io
Mozilla Public License 2.0
1.09k stars 145 forks source link

Does it returns an anomaly score ? #75

Closed engineeryashsaxena closed 4 years ago

engineeryashsaxena commented 4 years ago

Do the detectors of ADTK returns anomaly score ? If yes, then using which parameters I can get them ?

engineeryashsaxena commented 4 years ago

@tailaiw Pls let me know

tailaiw commented 4 years ago

@engineeryashsaxena ADTK models have a score method for the model evaluation purpose, like the scikit-learn score method of estimators. But I assume you're asking about "score" that indicates the severity/probability of detected anomalies, right? If so, we do not have this functionality.

engineeryashsaxena commented 4 years ago

Thanks @tailaiw for the clarification