evalml.pipelines.BaselineBinaryPipeline.predict_proba¶
-
BaselineBinaryPipeline.
predict_proba
(X)¶ Make probability estimates for labels. Assumes that the column at index 1 represents the positive label case.
- Parameters
X (ww.DataTable, pd.DataFrame or np.ndarray) – Data of shape [n_samples, n_features]
- Returns
Probability estimates
- Return type
ww.DataTable