Link Search Menu Expand Document

Precision-Recall Curve

The Precision-Recall curve evaluates the model performances at different threshold values by considering two parameters, the precision and the recall.

pr_curve

Example

from odin.classes import Curves

my_curve = Curves.PRECISION_RECALL_CURVE
# use my_curve as 'curve' parameter in the analyses

Tasks supported

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