Time-series classification.
Classifying a whole series by its shape, rather than forecasting its next value. Input is a panel of shape (n_samples, n_channels, n_timepoints); a 2-D array is read as univariate.
This is a different task from everything in the parent timeseries package, which forecasts. It is also different from ordinary classification: flattening a series into columns and handing it to a feature-matrix classifier discards the time ordering that carries the signal.
BOSS - Bag-of-SFA-Symbols dictionary classification.
Elastic distance measures for time series.
HIVE-COTE - a meta-ensemble over distinct time-series representations.
Time series forest - interval-based classification.
Nearest-neighbour time-series classification under elastic distances.
MINIROCKET - fast random convolutional features for time series.
Shapelet transform - interpretable time-series classification.