Tutorials
skchange: Fast and Flexible Algorithms for Changepoint Detection
arXiv:2608.19767v1 Announce Type: cross Abstract: Skchange is an open-source Python library for detecting structural changes in time series. It implements modern change detection algorithms within a u
arXiv:2608.19767v1 Announce Type: cross Abstract: Skchange is an open-source Python library for detecting structural changes in time series. It implements modern change detection algorithms within a unified and extensible framework. The algorithms are modular and composable, and they include changepoint search methods based on both cost minimisation and statistical tests. Key features include the detection of anomalous segments in addition to changepoints; theoretically well-founded fast and approximate search methods; theoretically well-founded algorithms for high-dimensional data, covering settings where either few or many features change simultaneously; utilities for automatic and data-driven penalty calibration, which balances false alarms against missed detections; and a large collection of built-in costs and statistical tests. The design follows established scikit-learn conventions to streamline both user and contributor experience, and Numba is used extensively to achieve high computational performance. Source code and documentation are available at https://github.com/NorskRegnesentral/skchange.
Related
- CapyMOA: Efficient Machine Learning for Data Streams and Online Continual Learning in Python
- DRIFT: Drift-Resilient Invariant-Feature Transformer for DGA Detection
- Conformal Anomaly Detection in Python: Moving Beyond Heuristic Thresholds with 'nonconform'
Source: arXiv cs.LG | 2026-08-21