_sensitivity=0.5, thresholds=None) >>> metric(preds, target) (tensor(1.), tensor(0.4000)) >>> metric = BinarySpecificityAtSensitivity(min_sensitivity=0.5, thresholds=5) >>> metric(preds, target) (tensor(1.), tensor(0.2500)) FÚ