Pipeline#
The imblearn.pipeline
module implements utilities to build a
composite estimator, as a chain of transforms, samples and estimators.
|
Pipeline of transforms and resamples with a final estimator. |
|
Construct a Pipeline from the given estimators. |