aeon

Classify, forecast, and detect anomalies in time series data.

557|98|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/jimmc414/Kosmos --skill aeon-jimmc414
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aeon
Source: https://github.com/jimmc414/Kosmos/tree/main/kosmos-claude-scientific-skills/scientific-skills/aeon
Command: npx skills add https://github.com/jimmc414/Kosmos --skill aeon-jimmc414

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to perform complex 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 into predefined classes.
  • Forecasting: Predict future values based on historical patterns.
  • Anomaly Detection: Identify unusual patterns or outliers in sequential data.
  • Use Case: Analyze sensor data from industrial machinery to predict equipment failure (forecasting) or detect unusual vibrations that indicate a fault (anomaly detection).

Quick Start

Use the aeon skill to classify the time series data found in the file 'sensor_readings.csv'.

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 classification on multivariate sensor data?

Time series classification categorizes temporal data into predefined classes using scikit-learn compatible APIs. This toolkit supports both univariate and multivariate time series analysis, leveraging specialized algorithms and distance metrics specifically designed for sequential sensor data.

What is the best way to detect anomalies in sequential machine learning data?

Anomaly detection in sequential data identifies unusual patterns or outliers using specialized temporal algorithms. You can apply these techniques to detect faults in industrial machinery vibrations or find unexpected spikes in continuous sensor readings.

Can I use scikit-learn compatible APIs for time series forecasting?

Yes, time series forecasting is supported through scikit-learn compatible APIs. You can predict future values based on historical patterns using specialized algorithms and distance metrics built specifically for handling temporal data dependencies.

Does this toolkit support univariate and multivariate time series regression?

Time series regression is fully supported for both univariate and multivariate datasets. The toolkit provides specialized algorithms and distance metrics optimized for temporal data, allowing you to model relationships between sequential variables and continuous outcomes.

What time series machine learning tasks can I perform beyond forecasting and classification?

Beyond forecasting and classification, the toolkit supports clustering, anomaly detection, segmentation, and similarity search. These tasks leverage specialized distance metrics for temporal data, enabling comprehensive analysis of sequential patterns across various machine learning applications.

Do I need specific dependencies to run time series similarity search and segmentation?

No external dependencies are required to perform time series similarity search and segmentation. The toolkit operates independently with scikit-learn compatible APIs, using specialized algorithms and distance metrics without requiring additional library installations.