Time series 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.