ComparisonReport.metrics#
- ComparisonReport.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 the estimatorsadd()– Add a custom metric tosummarize()available()– List available metric names in the registryconfusion_matrix()– Plot the confusion matrixget()– Get a metric valueprecision_recall()– Plot the precision-recall curveprediction_error()– Plot the prediction error of a regression modelremove()– Remove a metric from each underlying estimator reportroc()– Plot the ROC curvescore()– Compute the estimator’s default scoretimings()– Get all measured processing times related to the different estimators