kfold v2: per-fold test JSON foundation_fold4_retfound.json
Browse files
kfold/foundation_fold4_retfound.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8375935162094763,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8257403366583541,
|
| 5 |
+
0.8503740648379052
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.8760601051571898,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.8657960509654963,
|
| 10 |
+
0.8862696315827665
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.8660539106657861,
|
| 13 |
+
"test_recall": 0.890757382713643,
|
| 14 |
+
"roc_auc": 0.9832696593197537,
|
| 15 |
+
"pr_auc": 0.9145748312765501,
|
| 16 |
+
"ece": 0.027369430441957467
|
| 17 |
+
}
|