aeon

Train scikit-learn compatible models for time series classification, forecasting, and anomaly detection.

Updated May 24, 2026
One-click install
npx skills add https://github.com/Estrella-231/Mathematical_modeling_tongmeng --skill aeon-estrella-231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/Estrella-231/Mathematical_modeling_tongmeng/tree/main/.agents/skills/aeon
Command: npx skills add https://github.com/Estrella-231/Mathematical_modeling_tongmeng --skill aeon-estrella-231

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Aeon helps you learn from time-indexed data by providing specialized machine learning algorithms for discovering patterns, making predictions, and flagging unusual behavior in temporal sequences.

Core Features & Use Cases

  • Time series learning across tasks: classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search for both univariate and multivariate series.
  • Specialized temporal algorithms: leverages time-series distance measures (e.g., DTW) and representation/feature extraction methods (e.g., ROCKET features, matrix-profile motif discovery) tailored for sequential data.
  • scikit-learn compatible workflow: supports familiar fit/predict/transform patterns, enabling quick experimentation and pipeline composition with standard ML components.

Quick Start

Train a ROCKET-based time series classifier and evaluate accuracy on a benchmark dataset like GunPoint using the library’s scikit-learn compatible API.

Frequently Asked Questions about aeon

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

FAQPage Schema
How do I perform time series forecasting and anomaly detection in Python?

Time series forecasting and anomaly detection can be performed using specialized machine learning algorithms that train on sequential data and extract temporal representations to predict future values and flag unusual behavior.

Can I use scikit-learn compatible estimators for multivariate time series classification?

Yes, scikit-learn compatible estimators can be used for multivariate time series classification by leveraging familiar fit/predict/transform patterns to quickly experiment and compose pipelines with standard ML components.

What is the best way to find motifs and discords in sequential data?

Finding motifs and discords in sequential data is best achieved using matrix-profile techniques for motif discovery, which identify recurring patterns and anomalies within time-indexed observations.

Does time series clustering require specialized distance measures like DTW?

Time series clustering benefits from specialized temporal algorithms like DTW distance measures and convolutional feature extraction, which are tailored specifically for sequential data rather than standard static data methods.

How do I segment time series data for change point detection?

Segmenting time series data for change point detection involves applying specialized temporal algorithms that analyze time-indexed observations to identify structural changes and divide sequences into meaningful segments.