DoB24 commited on
Commit
b5025e7
·
verified ·
1 Parent(s): ba08525

kfold v2: per-fold test JSON foundation_fold2_retfound.json

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