kfold v2: per-fold test JSON foundation_fold2_swin_b.json
Browse files
kfold/foundation_fold2_swin_b.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8725062344139651,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8618999376558604,
|
| 5 |
+
0.8837281795511222
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.9038595467571241,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.8942825964579324,
|
| 10 |
+
0.9132755909229711
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.8993389782321319,
|
| 13 |
+
"test_recall": 0.9097132354687301,
|
| 14 |
+
"roc_auc": 0.989923805771957,
|
| 15 |
+
"pr_auc": 0.947486543288113,
|
| 16 |
+
"ece": 0.029468912965713308
|
| 17 |
+
}
|