kfold v2: per-fold test JSON foundation_fold2_dinov2_l.json
Browse files
kfold/foundation_fold2_dinov2_l.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8952618453865336,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8846633416458853,
|
| 5 |
+
0.905556421446384
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.9205598799862976,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.9113756841655868,
|
| 10 |
+
0.9290956659449093
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.9127284247997473,
|
| 13 |
+
"test_recall": 0.9293970219347061,
|
| 14 |
+
"roc_auc": 0.9936744117962858,
|
| 15 |
+
"pr_auc": 0.9682357994029227,
|
| 16 |
+
"ece": 0.023699268224902252
|
| 17 |
+
}
|