What problem does it solve?
It helps you model and extract insight from time-indexed data by providing scikit-learn compatible tools for classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search.
Core Features & Use Cases
- Time series machine learning across core tasks: Train models for classification/regression, group similar series, forecast future values, detect anomalies, and segment series into change-point regions.
- Specialized temporal representations: Use feature extraction and transformations such as ROCKET/Catch22 to convert time series into learnable inputs for standard ML models.
- Temporal similarity and pattern discovery: Apply time-series distance metrics (e.g., DTW, Euclidean) and similarity search to find motifs, discords, and nearest neighbors under subsequence methods.
Quick Start
Ask the AI to detect anomalies in the attached time series by fitting STOMP with an appropriate window size and returning the highest-scoring anomalous points.