Expand description
ML-based Anomaly Detection and Forecasting
This module provides machine learning components for stack diagnostics:
- Isolation Forest for anomaly detection
- Error Forecaster for time series prediction
§Toyota Way Principles
- Jidoka: ML anomaly detection surfaces issues automatically
- Genchi Genbutsu: Evidence-based diagnosis from actual data
Structs§
- Error
Forecaster - Simple exponential smoothing for time series forecasting
- Forecast
Metrics - Forecast error metrics
- Isolation
Forest - Isolation Forest for anomaly detection Implements a simplified version of the algorithm from Liu et al. (2008)