kfold v2: per-fold test JSON foundation_fold0_swin_b.json
Browse files
kfold/foundation_fold0_swin_b.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8650249376558603,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8544186408977557,
|
| 5 |
+
0.8762546758104738
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.89909654189333,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.8898289304020355,
|
| 10 |
+
0.908327167091685
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.8924178068899925,
|
| 13 |
+
"test_recall": 0.9066080204671441,
|
| 14 |
+
"roc_auc": 0.9885609462594974,
|
| 15 |
+
"pr_auc": 0.9403519285070727,
|
| 16 |
+
"ece": 0.03965209113280672
|
| 17 |
+
}
|