What problem does it solve?
This Skill helps you train accurate machine learning solutions for time series by providing a scikit-learn compatible toolbox for classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search.
Core Features & Use Cases
- Time series modeling across tasks: Use aeon for temporal classification, continuous prediction (regression), unsupervised grouping (clustering), future value prediction (forecasting), and subsequence/point anomaly detection.
- Temporal pattern discovery & search: Detect motifs/discords and perform similarity search using matrix-profile based methods and specialized distance metrics.
- Feature extraction for stronger baselines: Generate ROCKET/Catch22 features to feed into traditional sklearn models for robust performance on many datasets.
- Use Case: You have sensor readings indexed by time and want to (1) forecast the next horizon, (2) flag unusual events, and (3) cluster recurring behavior patterns into groups—all within one consistent API style.
Quick Start
Ask the AI to train a time-series classifier using a ROCKET variant on a benchmark dataset like GunPoint, then report the test accuracy.