Pipeline#
The sktime.pipeline
module contains the implementation of the graphical pipeline
and the make_pipeline function for creating linear pipelines.
make_pipeline#
|
Create a pipeline from estimators of any type. |
Pipeline#
|
Implementation of a Graphpipeline. |