Skip to content

Commit 8b9a27b

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into sync-metatensor
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
2 parents db9e49b + 8b5ddf5 commit 8b9a27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/metrics/confusion_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def check_confusion_matrix_metric_name(metric_name: str):
318318
return "mcc"
319319
if metric_name in ["fowlkes_mallows_index", "fm"]:
320320
return "fm"
321-
if metric_name in ["informedness", "bookmaker_informedness", "bm"]:
321+
if metric_name in ["informedness", "bookmaker_informedness", "bm", "youden_index", "youden"]:
322322
return "bm"
323323
if metric_name in ["markedness", "deltap", "mk"]:
324324
return "mk"

0 commit comments

Comments
 (0)