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

Where can I find information on how the detector algorithms are developed? #135

Open matthewjfinn opened 2 years ago

matthewjfinn commented 2 years ago

label: question

Hello,

I am a data science student using the PCA and LOF detectors for a project and I want to gain a deep understanding of how the algorithms decide whether an anomaly exists or not. Is there information somewhere that describes what is really going on underneath the hood? Thank you very much for any help!