evalml.pipelines.BinaryClassificationPipeline.predict_proba

BinaryClassificationPipeline.predict_proba(X)[source]

Make probability estimates for labels. Assumes that the column at index 1 represents the positive label case.

Parameters

X (pd.DataFrame or np.ndarray) – Data of shape [n_samples, n_features]

Returns

Probability estimates

Return type

pd.Series