Link Search Menu Expand Document

Precision-Recall AUC

It represents the Area Under the Curve (auc) of the Precision-Recall curve.

Example

from odin.classes import Metrics

my_metric = Metrics.PRECISION_RECALL_AUC
# use my_metric as 'metric' parameter in the analyses

Tasks supported

Binary Classification Single-label Classification Multi-label Classification Object Detection Instance Segmentation
yes yes yes yes yes