kfold v2: per-fold test JSON foundation_fold1_retfound.json
Browse files
kfold/foundation_fold1_retfound.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8322942643391521,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8204410847880299,
|
| 5 |
+
0.8453943266832917
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.8705549768665988,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.8597986899494913,
|
| 10 |
+
0.8817693388649036
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.8573319977845015,
|
| 13 |
+
"test_recall": 0.8885620545488717,
|
| 14 |
+
"roc_auc": 0.9836811692561117,
|
| 15 |
+
"pr_auc": 0.9143224379016651,
|
| 16 |
+
"ece": 0.024384273257933343
|
| 17 |
+
}
|