Regression¶
The aeon.regression
module contains algorithms and composition tools for time series regression.
All regressors in aeon``can be listed using the ``aeon.registry.all_estimators
utility,
using estimator_types="regressor"
, optionally filtered by tags.
Valid tags can be listed using aeon.registry.all_tags
.
Base¶
Abstract base class for time series regressors. |
|
Abstract base class for deep learning time series regression. |
Convolution-based¶
|
Hydra Regressor. |
|
MultiRocket-Hydra Regressor. |
|
Regressor wrapped for the Rocket transformer using RidgeCV regressor. |
Deep learning¶
|
Abstract base class for deep learning time series regression. |
|
Time Series Convolutional Neural Network (CNN). |
|
Establishing the network structure for an Encoder. |
|
Fully Convolutional Network (FCN). |
|
InceptionTime ensemble regressor. |
|
Single LITE Regressor. |
|
Single Inception regressor. |
|
LITETime ensemble Regressor. |
|
Residual Neural Network. |
|
Time series attentional prototype network (TapNet). |
|
Multi Layer Perceptron Network (MLP). |
Distance-based¶
|
K-Nearest Neighbour Time Series Regressor. |
Dummy¶
|
DummyRegressor makes predictions that ignore the input features. |
Feature-based¶
|
Canonical Time-series Characteristics (catch22) regressor. |
|
Fresh Pipeline with RotatIoN forest Regressor. |
|
Summary statistic regressor. |
|
Time Series Feature Extraction based on Scalable Hypothesis Tests regressor. |
Hybrid¶
|
Randomised Interval-Shapelet Transformation (RIST) pipeline regressor. |
Interval-based¶
Canonical Interval Forest (CIF) Regressor. |
|
|
Diverse Representation Canonical Interval Forest (DrCIF) Regressor. |
|
Configurable interval extracting forest regressor. |
|
Random Interval Regressor. |
Random Interval Spectral Ensemble (RISE) regressor. |
|
|
Time series forest (TSF) regressor. |
Shapelet-based¶
|
A random dilated shapelet transform (RDST) regressor. |
sklearn¶
|
A Rotation Forest (RotF) vector regressor. |