sklearn.pipeline#

Utilities to build a composite estimator as a chain of transforms and estimators.

User guide. See thePipelines and composite estimators section for further details.

FeatureUnion

Concatenates results of multiple transformer objects.

Pipeline

A sequence of data transformers with an optional final predictor.

make_pipeline

Construct aPipeline from the given estimators.

make_union

Construct aFeatureUnion from the given transformers.