Visualization Displays#

A set of displays are available through the different reports. Find in this section the API of each display.

RocCurveDisplay(*, fpr, tpr, roc_auc, ...[, ...])

ROC Curve visualization.

PrecisionRecallCurveDisplay(precision, ...)

Precision Recall visualization.

PredictionErrorDisplay(*, y_true, y_pred, ...)

Visualization of the prediction error of a regression model.