aeon

Analyze time series data with aeon for classification, forecasting, and anomaly detection.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/jasrajtulsi/GRAD-SCOPE --skill aeon-jasrajtulsi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/jasrajtulsi/GRAD-SCOPE/tree/main/.claude/skills/aeon
Command: npx skills add https://github.com/jasrajtulsi/GRAD-SCOPE --skill aeon-jasrajtulsi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you work with time-indexed data that needs specialized machine learning methods instead of generic tabular approaches, including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search.

Core Features & Use Cases

  • Time Series Modeling: Build scikit-learn compatible workflows for univariate and multivariate sequence data.
  • Signal and Pattern Analysis: Detect anomalies, find motifs, compare series with elastic distances, and segment changing regimes.
  • Deep Learning and Benchmarks: Use modern convolutional, recurrent, and forecasting models while evaluating results against standard datasets and metrics.
  • Use Case: Analyze a sensor or financial series, choose the right time series method, and benchmark the model against a known baseline.

Quick Start

Use the aeon skill to analyze the attached time series dataset and recommend the best model, preprocessing steps, and evaluation approach for the task.

Frequently Asked Questions about aeon

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

FAQPage Schema
How do I apply machine learning to time series data for classification and forecasting?

Time series machine learning applies specialized algorithms to classify, cluster, and forecast univariate and multivariate sequence data. This Skill builds scikit-learn compatible workflows rather than relying on generic tabular approaches.

Can I use scikit-learn estimators for multivariate time series anomaly detection?

Yes, scikit-learn compatible estimators support multivariate time series anomaly detection. This Skill applies specialized algorithms to detect anomalies, find motifs, and segment changing regimes within temporal datasets.

What is the best way to benchmark deep learning models for time series analysis?

Benchmarking deep learning models for time series analysis requires evaluating convolutional and recurrent networks against standard datasets and metrics. This Skill supports benchmark evaluation across sequence-oriented research and production experiments.

Do I need Python 3.10 or higher to run time series forecasting workflows?

Yes, Python 3.10 or higher is required to run time series forecasting workflows. The Skill depends on the aeon toolkit, scikit-learn compatible estimators, and optional deep learning extras for advanced models.

How do I find motifs and compare time series using elastic distances?

Finding motifs and comparing time series requires elastic distances to measure similarity between sequences. This Skill provides signal and pattern analysis capabilities to detect anomalies, find motifs, and perform similarity search.

When should I not use generic tabular methods for time series classification?

You should avoid generic tabular methods for time series classification when data has temporal dependencies requiring specialized algorithms. Instead, use dedicated time series methods for univariate or multivariate sequences.