unit8co / darts

A python library for user-friendly forecasting and anomaly detection on time series.
https://unit8co.github.io/darts/
Apache License 2.0
8.07k stars 879 forks source link

Define API for anomaly detection #598

Closed hrzn closed 2 years ago

fkaleo commented 2 years ago

Popular libraries that implement anomaly detection in Python: https://pycaret.org/anomaly-detection/ https://github.com/salesforce/Merlion https://github.com/arundo/adtk https://github.com/selimfirat/pysad https://github.com/SeldonIO/alibi-detect

Hope it helps