Skip to content

auc

[ allennlp.training.metrics.auc ]


Auc Objects#

class Auc(Metric):
 | def __init__(self, positive_label=1)

The AUC Metric measures the area under the receiver-operating characteristic (ROC) curve for binary classification problems.

get_metric#

 | def get_metric(self, reset: bool = False)

reset#

 | @overrides
 | def reset(self)