or([1.0000, 0.5000, 1.0000]), tensor([0.7500, 0.6500, 0.3500])) >>> multilabel_specificity_at_sensitivity(preds, target, num_labels=3, min_sensitivity=0.5, thresholds=5) (tensor([1.0000, 0.5000, 1.0000]), tensor([0.7500, 0.5000, 0.2500])) )