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

kfold v2: foundation_fold3_summary.json

Browse files
Files changed (1) hide show
  1. kfold/foundation_fold3_summary.json +19 -0
kfold/foundation_fold3_summary.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "retfound": {
3
+ "test_acc": 0.8322942643391521,
4
+ "test_acc_ci": [
5
+ 0.8207605985037406,
6
+ 0.8450903990024937
7
+ ],
8
+ "test_f1": 0.8716651317268541,
9
+ "test_f1_ci": [
10
+ 0.8612994918057821,
11
+ 0.8829833188538884
12
+ ],
13
+ "test_precision": 0.8599382226498001,
14
+ "test_recall": 0.8871509388891645,
15
+ "roc_auc": 0.9831300575886714,
16
+ "pr_auc": 0.9135222223834016,
17
+ "ece": 0.026560358350116414
18
+ }
19
+ }