Pipeline#

The sktime.pipeline module contains the implementation of the graphical pipeline and the make_pipeline function for creating linear pipelines.

make_pipeline#

make_pipeline(*steps)

Create a pipeline from estimators of any type.

Pipeline#

Pipeline([steps])

Implementation of a Graphpipeline.