What problem does it solve?
This Skill addresses complex time series machine learning tasks by providing a comprehensive toolkit for classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search.
Core Features & Use Cases
- Time Series Classification: Categorize time series into predefined classes, suitable for univariate and multivariate time series analysis.
- Time Series Regression: Predict continuous values from time series data, ideal for forecasting future values.
- Time Series Clustering: Group similar time series without labels, useful for pattern discovery.
- Forecasting: Predict future time series values, includes deep learning and statistical models.
- Anomaly Detection: Identify unusual patterns or outliers in time series data.
- Segmentation: Partition time series into regions with change points, useful for regime change detection.
- Similarity Search: Find similar patterns within or across time series, including subsequence search and motif discovery.
- Use Case: Imagine you have a dataset of stock prices and you want to predict future prices. Use this Skill to apply various forecasting models and evaluate their performance.
Quick Start
Use the aeon skill to train a time series classification model on the provided dataset 'stock_prices.csv'.