What problem does it solve?
This skill addresses the complexity of analyzing temporal data by providing a unified, scikit-learn compatible interface for diverse time series tasks, eliminating the need to switch between disparate libraries for classification, forecasting, and anomaly detection.
Core Features & Use Cases
- Comprehensive Analysis: Perform classification, regression, clustering, forecasting, anomaly detection, and segmentation within a single ecosystem.
- Advanced Algorithms: Access state-of-the-art methods like ROCKET for feature extraction, InceptionTime for deep learning, and Matrix Profile for motif discovery.
- Use Case: A researcher can use this skill to first segment sensor data into distinct activity regimes, then classify those regimes using a ROCKET-based pipeline, and finally forecast future sensor trends using an ARIMA model.
Quick Start
Use the aeon skill to classify the provided time series dataset using the RocketClassifier algorithm.