imblearn.pipeline.Pipeline.predict_proba

Pipeline.predict_proba(X)[source]

Apply transforms, and predict_proba of the final estimator

Parameters
Xiterable

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

Returns
y_probaarray-like of shape (n_samples, n_classes)