Overview of Anomaly Detection Toolkit (ADTK)
developAnomaly Detection Toolkit (ADTK) is a Python package designed for unsupervised and rule-based time series anomaly detection.
Building an effective anomaly detection model in ADTK involves three core components:
- Detectors: Algorithms used to identify anomalies.
- Transformers: Feature engineering methods used to process time series data.
- Aggregators: Ensemble methods used to combine results from multiple detectors.
ADTK provides these components with unified APIs and includes pipe classes to connect them into a cohesive model. Additionally, the package offers utility functions for processing and visualizing time series data and anomaly events.