What problem does it solve?
Provides a comprehensive toolkit to analyze, model, and extract insights from temporal data so teams can classify, forecast, detect anomalies, cluster, segment, and search similarity patterns without building pipelines from scratch.
Core Features & Use Cases
- Classification & Regression: Scikit-learn compatible estimators for time series classification and regression, suitable for sensor data, finance, and medical signals.
- Forecasting & Benchmarking: Classical and deep forecasters with forecasting horizon handling, evaluation metrics, and benchmarking utilities for reproducible experiments.
- Anomaly Detection & Similarity Search: Matrix profile methods, STOMP, and specialized detectors for point and subsequence anomalies plus motif discovery and nearest-neighbor subsequence search.
- Feature Extraction & Transforms: ROCKET/MiniRocket feature transformers, Catch22 statistics, distance metrics, and preprocessing pipelines for robust feature engineering.
- Use Case Example: Train a RocketClassifier on multivariate wearable sensor data to detect activities, use ROCKET features for downstream tree-based models, and evaluate with standard benchmarking splits.
Quick Start
Use the aeon skill to train a ROCKET-based classifier on your time series dataset and evaluate its accuracy on the provided test split.