aeon

Preprocess, extract features, and model time series data with scikit-learn, pandas, and numpy.

Updated May 10, 2026
One-click install
npx skills add https://github.com/Imad-Oute/ResearchForge --skill aeon-imad-oute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/Imad-Oute/ResearchForge/tree/main/OpenSource-Projects/claude-scientific-skills/scientific-skills/aeon
Command: npx skills add https://github.com/Imad-Oute/ResearchForge --skill aeon-imad-oute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scikit-learn, pandas, numpy, matplotlib, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It streamlines complex time series analysis and modeling tasks, enabling researchers and analysts to efficiently preprocess, extract features, and apply advanced algorithms to temporal data.

Core Features & Use Cases

  • Comprehensive Analysis: Provides tools for classification, regression, clustering, forecasting, and anomaly detection on time series data.
  • Feature Extraction & Transformation: Supports feature generation, symbolic representations, and data normalization to facilitate various modeling approaches.
  • Use Case: A researcher can load a large collection of sensor data, extract meaningful features, and develop predictive models for equipment failure prediction.

Quick Start

Load a dataset, extract features with Rocket, and classify using a common machine learning algorithm as an example of quick deployment.

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 sensor data?

Time series forecasting and anomaly detection on sensor data involve loading temporal datasets, extracting meaningful features, and applying predictive algorithms. This workflow supports equipment failure prediction by analyzing sensor readings to identify anomalies and forecast future states.

What's the best way to extract features from time series data for classification?

Feature extraction from time series data for classification is best achieved using built-in transformations like Rocket to generate features, then passing them to a standard machine learning algorithm. This streamlines feature generation, symbolic representations, and normalization for modeling.

Can I use scikit-learn and pandas for time series clustering workflows?

Yes, you can use scikit-learn and pandas for time series clustering workflows. The environment requires these libraries alongside numpy and matplotlib to facilitate data manipulation, feature extraction, and the application of clustering algorithms to temporal datasets.

How do I preprocess and normalize temporal datasets for machine learning?

To preprocess and normalize temporal datasets for machine learning, utilize the provided tools for data normalization, feature generation, and symbolic representations. These transformations prepare raw temporal data for subsequent classification, regression, and forecasting tasks.

Does autoML support time series regression and forecasting tasks?

AutoML supports time series regression and forecasting tasks by providing extensive tools that streamline the modeling process. It enables researchers to efficiently apply advanced algorithms to temporal data for predictive modeling without manual algorithm selection overhead.