Shortcuts

FPR95

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

The False Positive Rate at 95% Recall metric.

Parameters:
  • pos_label (int) – The positive label.

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