aeon

Solve time-series machine learning tasks with a scikit-learn-compatible Python API.

16|7|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/jackspace/ClaudeSkillz --skill aeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/jackspace/ClaudeSkillz/tree/main/skills/scientific-pkg-aeon
Command: npx skills add https://github.com/jackspace/ClaudeSkillz --skill aeon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides time series ML patterns using Aeon: classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search.

Core Features & Use Cases

  • Time series classification, regression, clustering
  • Forecasting and anomaly detection
  • Similarity search and preprocessing
  • Data benchmarking and datasets

Quick Start

Install aeon and run a small time-series classifier.

Frequently Asked Questions about aeon

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

FAQPage Schema
How do I classify time series data using machine learning?

Time series classification uses machine learning algorithms to assign temporal sequences to predefined categories. Aeon provides scikit-learn compatible classifiers including Rocket and distance-based methods, enabling rapid prototyping on univariate and multivariate sequential data with built-in feature extraction and algorithm catalogs.

Can I use Aeon for forecasting future time series values?

Yes, Aeon supports forecasting through algorithms like ARIMA and other transformations designed for temporal prediction. It handles time-indexed observations and provides end-to-end workflows from feature extraction through model deployment for univariate and multivariate series.

What's the best way to detect anomalies in sequential data?

Anomaly detection in time series identifies unusual patterns or outliers in sequential observations. Aeon provides anomaly detection capabilities alongside its classification, clustering, and similarity search tools, integrated within a scikit-learn compatible Python API for consistent workflows.

Does Aeon support clustering and segmentation of time series?

Aeon includes clustering and segmentation algorithms for grouping temporal patterns and partitioning sequences. These tools work with both univariate and multivariate data, complementing classification, regression, and similarity search for comprehensive time series analysis.

How do I perform similarity search and motif discovery on time series?

Similarity search locates matching patterns or motifs within temporal data using distance-based analytics. Aeon provides distance measures like DTW and catalog algorithms for discord and motif detection, enabling pattern discovery across univariate and multivariate sequences.

Can I benchmark different time series algorithms and load standard datasets?

Aeon includes dataset loading utilities and benchmarking capabilities for rapid prototyping and algorithm evaluation. Users can access standard datasets and compare multiple algorithms from the catalog across classification, regression, clustering, and forecasting tasks.