aeon

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

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yf8578/clawomics --skill aeon-yf8578
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/yf8578/clawomics/tree/main/skills/aeon
Command: npx skills add https://github.com/yf8578/clawomics --skill aeon-yf8578

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to perform advanced time series analysis, including classification, regression, forecasting, and anomaly detection, by leveraging a comprehensive suite of state-of-the-art algorithms.

Core Features & Use Cases

  • Time Series Classification: Categorize temporal data using methods like ROCKET or deep learning models.
  • Forecasting: Predict future values with ARIMA, ETS, or TCN models.
  • Anomaly Detection: Identify unusual patterns using STOMP or COPOD.
  • Use Case: Analyze sensor data from industrial machinery to predict equipment failures before they occur, or forecast sales figures based on historical trends.

Quick Start

Use the aeon skill to classify the time series data in 'sensor_readings.ts' using the MiniRocketClassifier.

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 with ARIMA or deep learning models?

Time series forecasting predicts future values using models like ARIMA, ETS, or Temporal Convolutional Networks. This Skill applies these algorithms to historical data trends to project future sequences for univariate or multivariate datasets.

What's the best way to detect anomalies in multivariate time series data?

Anomaly detection in multivariate time series identifies unusual patterns using algorithms like STOMP or COPOD. This toolkit processes temporal data to pinpoint deviations, useful for applications like industrial sensor monitoring and equipment failure prediction.

Can I classify temporal data using scikit-learn compatible APIs?

Classifying temporal data is supported via scikit-learn compatible APIs. You can categorize time series using methods like ROCKET, HIVECOTEV2, or deep learning networks, allowing integration into standard machine learning pipelines.

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

Univariate and multivariate time series analysis are fully supported. The toolkit handles various machine learning tasks including classification, regression, clustering, segmentation, and similarity search across both data types.

How do I use the MiniRocketClassifier for sensor data classification?

Using the MiniRocketClassifier involves loading your time series file, such as 'sensor_readings.ts', and passing it to the classifier. This applies the ROCKET algorithm to categorize the temporal sensor data efficiently.

What algorithms are available for time series clustering and similarity search?

Time series clustering and similarity search utilize state-of-the-art algorithms to group temporal data and find matching sequences. This toolkit provides these functions alongside segmentation and classification for comprehensive temporal analysis.