Classification¶
The aeon.classification
module contains algorithms and composition tools for time series classification.
All classifiers in aeon can be listed using the aeon.registry.all_estimators utility,
using estimator_types="classifier"
, optionally filtered by tags.
Valid tags can be listed by calling the function aeon.registry.all_tags.
Convolution-based¶
|
Arsenal ensemble. |
|
Hydra Classifier. |
|
MultiRocket-Hydra Classifier. |
|
Classifier wrapped for the Rocket transformer using RidgeClassifierCV. |
Deep learning¶
|
Abstract base class for deep learning time series classifiers. |
|
Time Convolutional Neural Network (CNN). |
|
Time Convolutional Neural Network (CNN). |
|
Establish the network structure for an Encoder. |
|
Fully Convolutional Network (FCN). |
|
InceptionTime ensemble classifier. |
|
Single InceptionTime classifier. |
|
Single LITETime classifier. |
|
LITETime ensemble classifier. |
|
Multi Layer Perceptron Network (MLP). |
|
Residual Neural Network (RNN). |
|
Time series attentional prototype network (TapNet). |
Dictionary-based¶
|
Ensemble of Bag of Symbolic Fourier Approximation Symbols (BOSS). |
|
Contractable Bag of Symbolic Fourier Approximation Symbols (cBOSS). |
|
Single bag of Symbolic Fourier Approximation Symbols (IndividualBOSS). |
|
Single TDE classifier, an extension of the Bag of SFA Symbols (BOSS) model. |
|
Multiple Representations Sequence Miner (MrSQM) classifier. |
|
MUSE (MUltivariate Symbolic Extension). |
|
Random EnhanceD Co-eye for Multivariate Time Series (RED CoMETS). |
|
Temporal Dictionary Ensemble (TDE). |
|
Word Extraction for Time Series Classification (WEASEL). |
|
Word Extraction for Time Series Classification (WEASEL) v2.0. |
Distance-based¶
|
The Elastic Ensemble (EE) of time series distance measures. |
|
K-Nearest Neighbour Time Series Classifier. |
|
Proximity Forest Classifier. |
|
Proximity Tree classifier. |
Feature-based¶
|
Canonical Time-series Characteristics (catch22) classifier. |
|
Fresh Pipeline with RotatIoN forest Classifier. |
|
Classification module using signature-based features. |
|
Summary statistic classifier. |
|
Time Series Feature Extraction based on Scalable Hypothesis Tests classifier. |
Hybrid¶
|
Hierarchical Vote Collective of Transformation-based Ensembles (HIVE-COTE) V1. |
|
Hierarchical Vote Collective of Transformation-based Ensembles (HIVE-COTE) V2. |
|
Randomised Interval-Shapelet Transformation (RIST) pipeline classifier. |
Interval-based¶
Canonical Interval Forest Classifier (CIF). |
|
|
Diverse Representation Canonical Interval Forest Classifier (DrCIF). |
|
Configurable interval extracting forest classifier. |
|
QUANT interval classifier. |
|
Random Interval Classifier. |
Random Interval Spectral Ensemble (RISE) classifier. |
|
|
Random Supervised Time Series Forest (RSTSF) Classifier. |
|
Supervised Interval Classifier. |
|
Supervised Time Series Forest (STSF). |
|
Time series forest (TSF) classifier. |
Shapelet-based¶
|
Learning Shapelet classifier. |
|
A random dilated shapelet transform (RDST) classifier. |
|
Classification pipeline using SAST [R0975ebe42434-1] transformer and an sklean classifier. |
|
A shapelet transform classifier (STC). |
sklearn¶
|
Continuous interval tree (CIT) vector classifier (aka Time Series Tree). |
|
A rotation forest (RotF) vector classifier. |
Early classification¶
Probability Threshold Early Classifier. |
|
|
Two-tier Early and Accurate Series Classifier (TEASER). |
Ordinal classification¶
|
Single O-TDE classifier. |
|
Ordinal Temporal Dictionary Ensemble (O-TDE). |
|
Find the distance between two histograms using the histogram intersection. |
Composition¶
|
Pipeline of transformers and a classifier. |
|
Applies estimators to channels of an array. |
|
Weighted ensemble of classifiers with fittable ensemble weight. |
Base¶
Abstract base class for time series classifiers. |
|
|
DummyClassifier makes predictions that ignore the input features. |
|
Abstract base class for deep learning time series classifiers. |
Abstract base class for early time series classifiers. |