kfold v2: per-fold test JSON foundation_fold1_swin_b.json
Browse files
kfold/foundation_fold1_swin_b.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8706359102244389,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8591022443890274,
|
| 5 |
+
0.881857855361596
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.9030543363454072,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.8933439026061162,
|
| 10 |
+
0.9117801518324086
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.9008424058371831,
|
| 13 |
+
"test_recall": 0.9067371075864127,
|
| 14 |
+
"roc_auc": 0.9899804654243823,
|
| 15 |
+
"pr_auc": 0.9456818654336219,
|
| 16 |
+
"ece": 0.028629035333594167
|
| 17 |
+
}
|