arundo / adtk

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

return anomaly scores #137

Open ZhongLIFR opened 2 years ago

ZhongLIFR commented 2 years ago

Hi the team, thanks for your great work, is it possible to return a list of anomaly scores instead of binary labels in the future version? As a researcher in anomaly detection, I'd like to say anomaly scores are much useful than the binary labels.