EstimatorReport.metrics#
- EstimatorReport.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 estimatoradd()– Add a custom metric tosummarize()available()– List available metric names in the registryconfusion_matrix()– Plot the confusion matrixfit_time()– Get time to fit the estimatorget()– Get a metric valueprecision_recall()– Plot the precision-recall curvepredict_time()– Get prediction time if it has been already measuredprediction_error()– Plot the prediction error of a regression modelremove()– Remove a metric from the registryroc()– Plot the ROC curvescore()– Compute the estimator’s default scoretimings()– Get all measured processing times related to the estimator