aeon

Provide scikit-learn compatible time series machine learning algorithms for classification, regression, clustering, forecasting, and anomaly detection.

52|6|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/ovachiever/droid-tings --skill aeon-ovachiever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/ovachiever/droid-tings/tree/main/skills/aeon
Command: npx skills add https://github.com/ovachiever/droid-tings --skill aeon-ovachiever

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill introduces Aeon, a scikit-learn compatible time-series ML toolkit offering classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search, designed for large-scale temporal data.

Core Features & Use Cases

  • Time-series classification & regression: Use Rocket, MiniRocket, HIVECOTEV2, InceptionTime, and more.
  • Forecasting & anomaly detection: Apply forecasters and detectors to long temporal sequences.
  • Transformation & pipelines: Build end-to-end pipelines with transformers and sk-learn compatible estimators.

Quick Start

Train a RocketClassifier on GunPoint, evaluate accuracy on a test split, and compare with a baseline ROC/PR metrics.

Frequently Asked Questions about aeon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a time-series classification model with scikit-learn compatibility?

Time-series classification uses algorithms like ROCKET and InceptionTime to identify patterns in sequential data. Aeon provides scikit-learn compatible classifiers that train on temporal sequences, enabling you to apply standard ML workflows to time-series problems without custom preprocessing pipelines.

Can I use Aeon for forecasting and anomaly detection on long sequences?

Aeon includes dedicated forecasters and anomaly detectors designed for long temporal sequences. These components apply to univariate and multivariate data, letting you predict future values and flag deviations from expected patterns in continuous time-series streams.

What's the best way to handle multivariate time-series data with feature extraction?

Aeon provides feature extraction, distance metrics, and transformation utilities tailored for multivariate temporal data. These tools extract discriminative subsequences and transform raw sequences into representations compatible with classification, clustering, and regression tasks.

Does Aeon support time-series clustering and segmentation tasks?

Aeon includes clustering and segmentation algorithms for grouping similar time series and partitioning sequences into meaningful regions. These components work with the scikit-learn API, integrating seamlessly into end-to-end pipelines for temporal data analysis.

Can I build production pipelines combining time-series transformations and estimators?

Aeon's scikit-learn compatibility enables you to construct pipelines that chain transformers and estimators, supporting classification, regression, forecasting, and anomaly detection. This allows reproducible, modular workflows for time-series machine learning at scale.