aeon

Perform time series classification, regression, forecasting, and anomaly detection with scikit-learn compatible APIs.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Sologa/codex-pipeline --skill aeon-sologa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/Sologa/codex-pipeline/tree/main/.codex/skills/aeon
Command: npx skills add https://github.com/Sologa/codex-pipeline --skill aeon-sologa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to perform complex time series analysis, including classification, regression, forecasting, anomaly detection, and clustering, using state-of-the-art algorithms.

Core Features & Use Cases

  • Time Series Classification/Regression: Predict categories or values from temporal data.
  • Forecasting: Predict future values based on historical patterns.
  • Anomaly Detection: Identify unusual patterns or outliers in sequential data.
  • Clustering: Group similar time series together.
  • Feature Extraction: Generate meaningful features from time series.
  • Use Case: Analyze sensor data to predict equipment failure (regression), classify customer behavior from clickstream data (classification), or forecast sales based on historical trends (forecasting).

Quick Start

Use the aeon skill to classify the time series data in the file 'sensor_readings.csv' using the RocketClassifier.

Frequently Asked Questions about aeon

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

FAQPage Schema
How do I forecast future values from historical time series data?

Time series forecasting predicts future values by analyzing historical patterns and trends. This toolkit provides specialized algorithms to model temporal dependencies and generate future value predictions from sequential data.

Can I detect anomalies in multivariate sensor data?

Anomaly detection in multivariate sensor data identifies unusual patterns or outliers across multiple variables. This toolkit supports multivariate time series analysis to pinpoint deviations and anomalies in sequential sensor readings.

What is the best way to classify temporal data like clickstream sequences?

Classifying temporal data like clickstream sequences involves categorizing sequential user actions. This toolkit offers state-of-the-art algorithms, including the RocketClassifier, to predict categories from temporal patterns.

Does this time series toolkit work with scikit-learn compatible APIs?

Yes, this time series toolkit provides scikit-learn compatible APIs. You can integrate these specialized algorithms for classification, regression, and clustering directly into existing scikit-learn workflows and pipelines.

How do I group similar time series data together?

Clustering groups similar time series data together by identifying shared temporal patterns. This toolkit includes specialized algorithms to segment and cluster univariate and multivariate sequential datasets.

When should I use specialized time series algorithms instead of standard regression?

Use specialized time series algorithms when analyzing univariate or multivariate sequential data with temporal dependencies. Standard regression often ignores time-based patterns, whereas these algorithms extract features and model sequential relationships directly.