imblearn.pipeline.Pipeline.decision_function

Pipeline.decision_function(X)[source]

Apply transforms, and decision_function of the final estimator

Parameters
Xiterable

Data to predict on. Must fulfill input requirements of first step of the pipeline.

Returns
y_scorearray-like of shape (n_samples, n_classes)