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