imblearn.pipeline.Pipeline.score_samples

Pipeline.score_samples(X)[source]

Apply transforms, and score_samples of the final estimator.

Parameters
Xiterable

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

Returns
y_scorendarray of shape (n_samples,)