Shortcuts

FPR95

class torch_uncertainty.metrics.FPR95(pos_label, **kwargs)[source]

The False Positive Rate at 95% Recall metric.

Parameters:
  • recall_level (float) – The recall level at which to compute the FPR.

  • pos_label (int) – The positive label.

  • kwargs – Additional arguments to pass to the metric class.