Pipeline

The imbalanced_ensemble.pipeline module implements utilities to build a composite estimator, as a chain of transforms, samples and estimators.

Pipeline(**kwargs)

Pipeline of transforms and resamples with a final estimator.

make_pipeline(*steps[, memory, verbose])

Construct a Pipeline from the given estimators.