aeon

Perform machine learning on time series data with a scikit-learn compatible API.

8|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/sanand0/scientific-research --skill aeon-sanand0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/sanand0/scientific-research/tree/main/.claude/skills/aeon
Command: npx skills add https://github.com/sanand0/scientific-research --skill aeon-sanand0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexities of time series analysis by providing a comprehensive toolkit for machine learning tasks on temporal data, enabling accurate predictions, anomaly detection, and pattern recognition.

Core Features & Use Cases

  • Time Series Classification & Regression: Predict categories or values based on temporal patterns.
  • Forecasting & Anomaly Detection: Predict future trends and identify unusual deviations.
  • Clustering & Similarity Search: Group similar time series and find recurring patterns.
  • Use Case: Analyze sensor data to predict equipment failure (regression), detect fraudulent transactions in financial time series (anomaly detection), or forecast sales based on historical trends (forecasting).

Quick Start

Use the aeon skill to train a RocketClassifier on the GunPoint dataset and evaluate its accuracy.

Frequently Asked Questions about aeon

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

FAQPage Schema
How do I perform machine learning on time series data for forecasting and anomaly detection?

You can perform time series machine learning for forecasting and anomaly detection using a scikit-learn compatible API that applies specialized algorithms and distance metrics to univariate and multivariate temporal data.

Can I use scikit-learn APIs for time series classification and regression?

Yes, time series classification and regression are supported through a scikit-learn compatible API, allowing you to predict categories or values based on temporal patterns in your data.

What is the best way to group similar temporal data and find recurring patterns?

Clustering and similarity search are the best ways to group similar time series and find recurring patterns, leveraging specialized distance metrics designed for temporal data analysis.

Does this time series analysis approach support multivariate sensor data for predicting equipment failure?

Yes, it supports multivariate time series data, enabling you to analyze sensor data and perform regression to predict equipment failure based on historical temporal patterns.

How do I detect unusual deviations in financial time series data?

You detect unusual deviations in financial time series data through anomaly detection algorithms, which identify abnormal patterns and potentially fraudulent transactions using specialized temporal distance metrics.

Why use specialized time series toolkits instead of standard machine learning libraries?

Specialized time series toolkits provide algorithms and distance metrics explicitly designed for temporal data, offering more accurate forecasting, classification, and anomaly detection than standard machine learning libraries.