kfold v2: per-fold test JSON foundation_fold3_dinov2_l.json
Browse files
kfold/foundation_fold3_dinov2_l.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8952618453865336,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8849750623441397,
|
| 5 |
+
0.9055486284289277
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.9224608980711354,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.9138479779916377,
|
| 10 |
+
0.9305352836802205
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.9153868796355626,
|
| 13 |
+
"test_recall": 0.9304348881590088,
|
| 14 |
+
"roc_auc": 0.9933448664236781,
|
| 15 |
+
"pr_auc": 0.9671172765155858,
|
| 16 |
+
"ece": 0.0366052819364832
|
| 17 |
+
}
|