kfold v2: per-fold test JSON foundation_fold3_swin_b.json
Browse files
kfold/foundation_fold3_swin_b.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8709476309226932,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8606530548628429,
|
| 5 |
+
0.8834164588528678
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.9037308149793886,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.8943403951226465,
|
| 10 |
+
0.9136909915940956
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.8966709408521784,
|
| 13 |
+
"test_recall": 0.9127370685590515,
|
| 14 |
+
"roc_auc": 0.9899489417709804,
|
| 15 |
+
"pr_auc": 0.9454354876876165,
|
| 16 |
+
"ece": 0.024004268620228236
|
| 17 |
+
}
|