aeon

Provide a scikit-learn compatible Python toolkit for time series machine learning.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felixboehm/biochem-allergy --skill aeon-felixboehm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/felixboehm/biochem-allergy/tree/main/.claude/skills/aeon
Command: npx skills add https://github.com/felixboehm/biochem-allergy --skill aeon-felixboehm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes 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, pattern recognition, and anomaly detection.

Core Features & Use Cases

  • Time Series Classification & Regression: Predict categories or values from sequential data.
  • Forecasting & Anomaly Detection: Predict future trends and identify unusual patterns.
  • Clustering & Similarity Search: Group similar time series and find recurring patterns.
  • Use Case: Analyze sensor data from industrial machinery to predict equipment failures before they occur, or forecast energy consumption based on historical patterns.

Quick Start

Use the aeon skill to classify the time series data in 'sensor_readings.ts' 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 perform time series forecasting and anomaly detection on multivariate sensor data?

Time series forecasting and anomaly detection on multivariate sensor data can be performed using a scikit-learn compatible Python toolkit that provides specialized algorithms for predicting future trends and identifying unusual patterns in sequential data.

What is the best way to classify time series data using machine learning?

The best way to classify time series data is using a scikit-learn compatible toolkit that includes algorithms like the RocketClassifier, allowing you to accurately predict categories directly from sequential temporal data.

Can I use scikit-learn pipelines for time series clustering and similarity search?

Yes, you can use scikit-learn pipelines for time series clustering and similarity search because the toolkit is specifically designed to be scikit-learn compatible, enabling you to group similar time series and find recurring patterns.

Does this time series machine learning toolkit support both univariate and multivariate analysis?

Yes, the time series machine learning toolkit fully supports both univariate and multivariate time series analysis, offering a wide array of algorithms and distance metrics for comprehensive temporal data processing.

When do I need time series segmentation for temporal data?

Time series segmentation is needed when you must divide sequential temporal data into distinct intervals to identify changes in underlying patterns, which this machine learning toolkit handles alongside classification and regression tasks.