BinaryClassificationPipeline.
predict_proba
Make probability estimates for labels. Assumes that the column at index 1 represents the positive label case.
X (pd.DataFrame or np.array) – data of shape [n_samples, n_features]
probability estimates
pd.DataFrame