kfold v2: per-fold test JSON foundation_fold3_retfound.json
Browse files
kfold/foundation_fold3_retfound.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.8322942643391521,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8207605985037406,
|
| 5 |
+
0.8450903990024937
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.8716651317268541,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.8612994918057821,
|
| 10 |
+
0.8829833188538884
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.8599382226498001,
|
| 13 |
+
"test_recall": 0.8871509388891645,
|
| 14 |
+
"roc_auc": 0.9831300575886714,
|
| 15 |
+
"pr_auc": 0.9135222223834016,
|
| 16 |
+
"ece": 0.026560358350116414
|
| 17 |
+
}
|