imblearn.pipeline.make_pipeline

imblearn.pipeline.make_pipeline(*steps)[source][source]

Construct a Pipeline from the given estimators.

This is a shorthand for the Pipeline constructor; it does not require, and does not permit, naming the estimators. Instead, their names will be set to the lowercase of their types automatically.

Returns:p : Pipeline