Anomaly Detection
Anomstack uses PyOD (Python Outlier Detection) to detect anomalies in your metrics. This section explains how the anomaly detection works and how to configure it.
How It Works
Anomstack's anomaly detection process:
- Ingests metric data
- Preprocesses the data
- Trains detection models
- Scores new data points
- Identifies anomalies
Configuration
You can configure anomaly detection through:
- Model selection
- Training parameters
- Scoring thresholds
- Custom preprocessing
Models
Anomstack supports various anomaly detection models:
- Isolation Forest
- Local Outlier Factor
- One-Class SVM
- And more...
Examples
Coming soon...
Best Practices
Coming soon...