Time series 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 using aeon.registry.all_tags.