imblearn.pipeline.Pipeline.predict_log_proba

Pipeline.predict_log_proba(X)[source]

Apply transforms, and predict_log_proba 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)