Visualization Displays#

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

Display(*args, **kwargs)

Protocol specifying the common API for all skore displays.

MetricsSummaryDisplay(summarize_data)

Display for summarize.

RocCurveDisplay(*, roc_curve, roc_auc, ...)

ROC Curve visualization.

PrecisionRecallCurveDisplay(*, ...)

Precision Recall visualization.

PredictionErrorDisplay(*, prediction_error, ...)

Visualization of the prediction error of a regression model.