ROC AUC
It represents the Area Under the Curve (auc) of the ROC curve.
Example
from odin.classes import Metrics
my_metric = Metrics.ROC_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 | no | no |