Examples

This webpage contains the notebook examples for the aeon library. The examples are organised into categories based on module and functionality. The examples are designed to provide a comprehensive overview of a module, functionality or a specific algorithm.

Forecasting

Overview of forecasting

Forecasting with aeon

Probabilistic forecasting

/examples/forecasting/forecasting_proba.ipynb

Hierarchical, global, and panel forecasting

Hierarchical, Global, and Panel Forecasting with aeon

Window splitters for forecasting

Window Splitters in aeon

Classification

Regression

Overview of Time Series Regression (TSR)

Time Series Extrinsic Regression (TSER) with aeon

Clustering

Overview of Time Series Clustering (TSCL)

Time series clustering

Transformation

Segmentation

Intro to segmentation

Time Series Segmentation

Hidalgo segmentation

Hidalgo segmentation

Distances

Distance functions

Distance Functions in aeon

Using aeon distances with scikit-learn

Using aeon distances with scikit learn

Data Formatting and Loading

Data structures and containers used in aeon

Data structures and containers to use for aeon estimators

Conversions between data structures

Data conversions in aeon

How series are stored in file and loaded into memory

Loading data into aeon

Example data sets

Provided datasets

Benchmarking

Benchmarking forecasting algorithms

Instantiate an instance of a benchmark class

Benchmarking extrinsic regression algorithms

Benchmarking time series regression models

Compare regression algorithms on a single dataset

Benchmarking: comparing estimators on a specific datasets

Base

Series base classes

BaseSeriesEstimator

Utils

Preprocessing collections of time series

Preprocessing data prior to machine learning