CrossValidationReport.metrics#
- CrossValidationReport.metrics()[source]#
Accessor for metrics-related operations.
You can access this accessor using the
metricsattribute.
Methods#
Here are the methods that are available through this accessor:
help()β Display accessor help using rich or HTMLsummarize()β Report a set of metrics for our estimatoraccuracy()β Compute the accuracy scoreadd()β Add a custom metric tosummarize()available()β List available metric names in the registrybrier_score()β Compute the Brier scoreconfusion_matrix()β Plot the confusion matrixlog_loss()β Compute the log lossmae()β Compute the mean absolute errormape()β Compute the mean absolute percentage errorprecision()β Compute the precision scoreprecision_recall()β Plot the precision-recall curveprediction_error()β Plot the prediction error of a regression modelr2()β Compute the RΒ² scorerecall()β Compute the recall scoreremove()β Remove a metric from each underlying estimator reportrmse()β Compute the root mean squared errorroc()β Plot the ROC curveroc_auc()β Compute the ROC AUC scorescore()β Compute the estimatorβs default scoretimings()β Get all measured processing times related to the estimator