aeon

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to perform complex time series machine learning tasks, from forecasting and anomaly detection to classification and clustering, by leveraging a comprehensive suite of state-of-the-art algorithms.

Core Features & Use Cases

  • Comprehensive Algorithms: Access algorithms for classification, regression, forecasting, anomaly detection, clustering, segmentation, and similarity search.
  • Feature Engineering: Utilize advanced transformations like ROCKET and Catch22 for robust feature extraction.
  • Use Case: Analyze sensor data to detect anomalies, forecast future energy consumption, or classify different types of equipment failures based on historical time series patterns.

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 forecast time series data using machine learning?

Time series forecasting with machine learning uses algorithms like ARIMA to predict future values from historical temporal data. This Skill supports univariate and multivariate forecasting through scikit-learn compatible APIs for energy consumption or sensor data prediction.

What is the best way to detect anomalies in sensor time series data?

Anomaly detection in sensor time series data identifies outliers using specialized algorithms. This Skill employs techniques like STOMP for similarity search and anomaly detection, enabling robust identification of unusual patterns in univariate or multivariate temporal streams.

Can I use ROCKET and InceptionTime for time series classification?

ROCKET and InceptionTime are advanced algorithms used for time series classification tasks. This Skill provides access to these state-of-the-art methods alongside scikit-learn compatible APIs to classify equipment failures or behavioral patterns from historical temporal data.

Does this time series Skill support multivariate data analysis?

Multivariate time series analysis is fully supported, allowing simultaneous evaluation of multiple variables. The Skill handles both univariate and multivariate data for classification, regression, forecasting, clustering, and anomaly detection using advanced feature extraction.

How do I perform time series clustering and segmentation?

Time series clustering and segmentation group temporal data by identifying similar patterns across sequences. This Skill provides algorithms for clustering and segmentation, enabling pattern discovery and structural analysis in temporal datasets.

What feature engineering methods work for time series machine learning?

Feature engineering for time series machine learning utilizes advanced transformations like ROCKET and Catch22 for robust feature extraction. These methods convert raw temporal sequences into structured representations compatible with standard classification and regression algorithms.