ComparisonReport.metrics ======================== .. currentmodule:: skore .. autoaccessor:: ComparisonReport.metrics Methods ~~~~~~~ Here are the methods that are available through this accessor: - :func:`~ComparisonReport.metrics.help` -- Display accessor help using rich or HTML - :func:`~ComparisonReport.metrics.summarize` -- Report a set of metrics for the estimators - :func:`~ComparisonReport.metrics.accuracy` -- Compute the accuracy score - :func:`~ComparisonReport.metrics.add` -- Add a custom metric to :meth:`~skore.ComparisonReport.metrics.summarize` - :func:`~ComparisonReport.metrics.available` -- List available metric names in the registry - :func:`~ComparisonReport.metrics.brier_score` -- Compute the Brier score - :func:`~ComparisonReport.metrics.confusion_matrix` -- Plot the confusion matrix - :func:`~ComparisonReport.metrics.log_loss` -- Compute the log loss - :func:`~ComparisonReport.metrics.mae` -- Compute the mean absolute error - :func:`~ComparisonReport.metrics.mape` -- Compute the mean absolute percentage error - :func:`~ComparisonReport.metrics.precision` -- Compute the precision score - :func:`~ComparisonReport.metrics.precision_recall` -- Plot the precision-recall curve - :func:`~ComparisonReport.metrics.prediction_error` -- Plot the prediction error of a regression model - :func:`~ComparisonReport.metrics.r2` -- Compute the R² score - :func:`~ComparisonReport.metrics.recall` -- Compute the recall score - :func:`~ComparisonReport.metrics.remove` -- Remove a metric from each underlying estimator report - :func:`~ComparisonReport.metrics.rmse` -- Compute the root mean squared error - :func:`~ComparisonReport.metrics.roc` -- Plot the ROC curve - :func:`~ComparisonReport.metrics.roc_auc` -- Compute the ROC AUC score - :func:`~ComparisonReport.metrics.score` -- Compute the estimator's default score - :func:`~ComparisonReport.metrics.timings` -- Get all measured processing times related to the different estimators .. toctree:: :hidden: skore.ComparisonReport.metrics.help skore.ComparisonReport.metrics.summarize skore.ComparisonReport.metrics.accuracy skore.ComparisonReport.metrics.add skore.ComparisonReport.metrics.available skore.ComparisonReport.metrics.brier_score skore.ComparisonReport.metrics.confusion_matrix skore.ComparisonReport.metrics.log_loss skore.ComparisonReport.metrics.mae skore.ComparisonReport.metrics.mape skore.ComparisonReport.metrics.precision skore.ComparisonReport.metrics.precision_recall skore.ComparisonReport.metrics.prediction_error skore.ComparisonReport.metrics.r2 skore.ComparisonReport.metrics.recall skore.ComparisonReport.metrics.remove skore.ComparisonReport.metrics.rmse skore.ComparisonReport.metrics.roc skore.ComparisonReport.metrics.roc_auc skore.ComparisonReport.metrics.score skore.ComparisonReport.metrics.timings