kfold v2: per-fold test JSON foundation_fold4_dinov2_l.json
Browse files
kfold/foundation_fold4_dinov2_l.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8933915211970075,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8824812967581047,
|
| 5 |
+
0.9043017456359103
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.9213082125834454,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.9118162206830899,
|
| 10 |
+
0.9293699828381692
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.9132464010488563,
|
| 13 |
+
"test_recall": 0.9302084483060591,
|
| 14 |
+
"roc_auc": 0.992532387349231,
|
| 15 |
+
"pr_auc": 0.9643688505082737,
|
| 16 |
+
"ece": 0.028064414738048035
|
| 17 |
+
}
|