What problem does it solve?
Aeon tackles the complexities of time series analysis by providing a suite of algorithms tailored for classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search.
Core Features & Use Cases
- Time Series Classification: Categorize time series into classes, suitable for diverse temporal data.
- Time Series Regression: Predict continuous values, ideal for forecasting and trend analysis.
- Time Series Clustering: Group similar time series without labels, useful for pattern discovery.
- Forecasting: Predict future values, essential for business planning and resource allocation.
- 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, ideal for data exploration and comparison.
- Use Case: Imagine you have a time series of stock prices. Use Aeon to forecast future price movements and identify potential market anomalies.
Quick Start
To start using Aeon, simply run the command 'aeon classify --dataset gunpoint --split train'. This will train a classification model on the GunPoint dataset.