CrossValidationReport.metrics ============================= .. currentmodule:: skore .. autoaccessor:: CrossValidationReport.metrics Methods ~~~~~~~ Here are the methods that are available through this accessor: - :func:`~CrossValidationReport.metrics.help` -- Display accessor help using rich or HTML - :func:`~CrossValidationReport.metrics.summarize` -- Report a set of metrics for our estimator - :func:`~CrossValidationReport.metrics.add` -- Add a custom metric to :meth:`summarize` - :func:`~CrossValidationReport.metrics.available` -- List available metric names in the registry - :func:`~CrossValidationReport.metrics.confusion_matrix` -- Plot the confusion matrix - :func:`~CrossValidationReport.metrics.get` -- Get a metric value - :func:`~CrossValidationReport.metrics.precision_recall` -- Plot the precision-recall curve - :func:`~CrossValidationReport.metrics.prediction_error` -- Plot the prediction error of a regression model - :func:`~CrossValidationReport.metrics.remove` -- Remove a metric from each underlying estimator report - :func:`~CrossValidationReport.metrics.roc` -- Plot the ROC curve - :func:`~CrossValidationReport.metrics.score` -- Compute the estimator's default score - :func:`~CrossValidationReport.metrics.timings` -- Get all measured processing times related to the estimator .. toctree:: :hidden: skore.CrossValidationReport.metrics.help skore.CrossValidationReport.metrics.summarize skore.CrossValidationReport.metrics.add skore.CrossValidationReport.metrics.available skore.CrossValidationReport.metrics.confusion_matrix skore.CrossValidationReport.metrics.get skore.CrossValidationReport.metrics.precision_recall skore.CrossValidationReport.metrics.prediction_error skore.CrossValidationReport.metrics.remove skore.CrossValidationReport.metrics.roc skore.CrossValidationReport.metrics.score skore.CrossValidationReport.metrics.timings