precision_recall_curve#
- class braintools.visualize.precision_recall_curve(y_true, y_scores, ax=None, figsize=(8, 8), color='blue', title='Precision-Recall Curve', **kwargs)#
Plot Precision-Recall curve.
- Parameters:
- Returns:
ax – The axes object containing the plot.
- Return type:
Axes