Report for a comparison of EstimatorReport#

The class ComparisonReport provides a report allowing to compare EstimatorReport instances in an interactive way. The functionalities of the report are accessible through accessors.

ComparisonReport(reports, *[, n_jobs])

Report for comparison of instances of skore.EstimatorReport.

ComparisonReport.help

Display available methods using rich.

ComparisonReport.metrics

Accessor for metrics-related operations.

Metrics#

The metrics accessor helps you to evaluate the statistical performance of the compared estimators. In addition, we provide a sub-accessor plot, to get the common performance metric representations.

ComparisonReport.metrics.help

Display available methods using rich.

ComparisonReport.metrics.report_metrics

Report a set of metrics for the estimators.

ComparisonReport.metrics.custom_metric

Compute a custom metric.

ComparisonReport.metrics.accuracy

Compute the accuracy score.

ComparisonReport.metrics.brier_score

Compute the Brier score.

ComparisonReport.metrics.log_loss

Compute the log loss.

ComparisonReport.metrics.precision

Compute the precision score.

ComparisonReport.metrics.r2

Compute the R² score.

ComparisonReport.metrics.recall

Compute the recall score.

ComparisonReport.metrics.rmse

Compute the root mean squared error.

ComparisonReport.metrics.roc_auc

Compute the ROC AUC score.