| RangeDetector |
Detect values outside range. |
| ConstantValueDetector |
Detect contiguous periods of constant values within a configurable time window. |
| ConstantGradientDetector |
Detect constant gradients. |
| GradientDetector |
Detect abrupt changes in time series data. |
| DiffDetector |
Detect sudden shifts in data, irrespective of time axis. |
| RollingStandardDeviationDetector |
Detect large variations. |
| CombinedDetector |
Combine detectors. |
| HampelDetector |
Hampel filter implementation that works on numpy arrays, implemented with numba. |
| load |
Load a saved model from disk saved with Detector.save |