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

kfold v2: foundation_fold1_summary.json

Browse files
Files changed (1) hide show
  1. kfold/foundation_fold1_summary.json +19 -0
kfold/foundation_fold1_summary.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "retfound": {
3
+ "test_acc": 0.8322942643391521,
4
+ "test_acc_ci": [
5
+ 0.8204410847880299,
6
+ 0.8453943266832917
7
+ ],
8
+ "test_f1": 0.8705549768665988,
9
+ "test_f1_ci": [
10
+ 0.8597986899494913,
11
+ 0.8817693388649036
12
+ ],
13
+ "test_precision": 0.8573319977845015,
14
+ "test_recall": 0.8885620545488717,
15
+ "roc_auc": 0.9836811692561117,
16
+ "pr_auc": 0.9143224379016651,
17
+ "ece": 0.024384273257933343
18
+ }
19
+ }