aeon

Build and deploy time-series machine learning models with Python.

22|4|Updated May 25, 2026
One-click install
npx skills add https://github.com/crazymsn/academic-skills --skill aeon-crazymsn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/crazymsn/academic-skills/tree/main/academic-skills/aeon
Command: npx skills add https://github.com/crazymsn/academic-skills --skill aeon-crazymsn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Aeon provides a unified, scalable toolkit to perform time-series machine learning tasks across classification, regression, clustering, forecasting, anomaly detection, and related workflows, simplifying development and experimentation.

Core Features & Use Cases

  • Time-series transformations and feature extraction compatible with scikit-learn-style interfaces, enabling rapid prototyping.
  • End-to-end pipelines for training, evaluating, and deploying models on univariate and multivariate data.
  • Use cases span research benchmarks, forecasting applications, anomaly detection, and pattern discovery in temporal data.

Quick Start

Run a basic Aeon time-series workflow on your dataset to obtain a quick result.

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 classification and anomaly detection on multivariate data?

Time-series classification and anomaly detection on multivariate data are handled through modular feature extraction and model training pipelines that support rapid prototyping and evaluation.

What is the best way to build a time-series forecasting pipeline compatible with scikit-learn?

Building a time-series forecasting pipeline compatible with scikit-learn involves using scikit-learn-style interfaces for transformations and feature extraction to enable rapid prototyping and deployment.

Can I use this time-series toolkit for both univariate and multivariate clustering tasks?

Yes, you can use this time-series toolkit for both univariate and multivariate clustering tasks, as it supports end-to-end workflows for training and evaluating models across various time-series data structures.

Does the aeon toolkit support motif discovery and pattern finding in temporal data?

The aeon toolkit supports motif discovery and pattern finding in temporal data, enabling users to identify recurring sequences and anomalies within their univariate or multivariate datasets.

What are the limitations of using Python for time-series regression and motif discovery workflows?

Limitations for time-series regression and motif discovery workflows depend on dataset scale, as the Python-based modular pipelines require sufficient computational resources to process multivariate temporal data efficiently.