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