diff constants.py @ 18:bbf30253c99f draft default tip

planemo upload for repository https://github.com/goeckslab/gleam.git commit c155acd3616dfac920b17653179d7bc38ba48e39
author goeckslab
date Sun, 14 Dec 2025 03:27:12 +0000
parents c5150cceab47
children
line wrap: on
line diff
--- a/constants.py	Wed Dec 10 00:24:13 2025 +0000
+++ b/constants.py	Sun Dec 14 03:27:12 2025 +0000
@@ -174,6 +174,7 @@
 }
 METRIC_DISPLAY_NAMES = {
     "accuracy": "Accuracy",
+    "balanced_accuracy": "Balanced Accuracy",
     "accuracy_micro": "Micro Accuracy",
     "loss": "Loss",
     "roc_auc": "ROC-AUC",