evalml.pipelines.components.RandomForestClassifier.predict_proba

RandomForestClassifier.predict_proba(X)

Make probability estimates for labels.

Parameters

X (pd.DataFrame, or np.ndarray) – Features

Returns

Probability estimates

Return type

pd.Series