DoB24 commited on
Commit
a2b9921
·
verified ·
1 Parent(s): 93e85d0

kfold v2: foundation_fold2_summary.json

Browse files
Files changed (1) hide show
  1. kfold/foundation_fold2_summary.json +19 -0
kfold/foundation_fold2_summary.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "retfound": {
3
+ "test_acc": 0.8344763092269327,
4
+ "test_acc_ci": [
5
+ 0.8226231296758105,
6
+ 0.8469451371571073
7
+ ],
8
+ "test_f1": 0.8740881142444954,
9
+ "test_f1_ci": [
10
+ 0.8637405153267147,
11
+ 0.8845238174445209
12
+ ],
13
+ "test_precision": 0.8611075260861313,
14
+ "test_recall": 0.8910414048313127,
15
+ "roc_auc": 0.9833330117129495,
16
+ "pr_auc": 0.9153474650262801,
17
+ "ece": 0.025118975493676046
18
+ }
19
+ }