evalml.model_understanding.
graph_precision_recall_curve
Generate and display a precision-recall plot.
y_true (pd.Series or np.array) – true binary labels.
y_pred_proba (pd.Series or np.array) – predictions from a binary classifier, before thresholding has been applied. Note this should be the predicted probability for the “true” label.
title_addition (str or None) – if not None, append to plot title. Default None.
plotly.Figure representing the precision-recall plot generated