datamllab / tods

TODS: An Automated Time-series Outlier Detection System
http://tods-doc.github.io
Apache License 2.0
1.42k stars 192 forks source link

Unsupervised anomaly detection (unlabeled time series) #82

Open soso-maitha opened 2 years ago

soso-maitha commented 2 years ago

Hello,

Thanks for this great tool. I would like to ask if it supports unsupervised anomaly detection for unlabeled time series.

Regards,

lhenry15 commented 2 years ago

All of the provided algorithms are trained in unsupervised manner. The label is only used for evaluation.

soso-maitha commented 2 years ago

Thanks for the great work!!