Utility functions¶
aeon
has a number of modules dedicated to utilities:
aeon.pipeline
, which contains generics for pipeline construction.aeon.registry
, which contains utilities for estimator and tag search.aeon.utils
, which contains generic utility functions.
Pipeline construction¶
Pipeline maker utility.
|
Create a pipeline from aeon and sklearn estimators. |
|
Coerces an sklearn estimator to the aeon pipeline interface. |
Estimator Validity Checking¶
Estimator checker for extension.
|
Run all tests on one single estimator. |
Data Validation Tools¶
aeon.utils
Validation and checking functions for time series.