What problem does it solve?
This Skill helps you build accurate machine learning solutions for time-indexed data where patterns depend on order, timing, and temporal alignment.
Core Features & Use Cases
- Time Series Modeling for Common Tasks: Use aeon to tackle classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search on univariate or multivariate time series.
- Scikit-learn Compatible Workflow: Supports familiar fit/predict and fit/transform patterns so you can integrate time series models into broader ML pipelines.
- Practical Algorithm Selection Guidance: Provides recommendations for speed vs. accuracy, distance metrics (e.g., DTW), and feature extraction approaches (e.g., ROCKET/Catch22).
Use Case: You have sensor signals from multiple machines and need to detect anomalies and segment operating regimes; use aeon’s anomaly detection and segmentation methods to find unusual subsequences and change points.
Quick Start
Use the aeon skill to train a time-series classifier on your dataset and return predictions for the test split by identifying an appropriate estimator (e.g., a ROCKET variant) based on your speed/accuracy needs.