DoB24 commited on
Commit
8b048c2
·
verified ·
1 Parent(s): 6d8f3a0

kfold v2: resnet101_test.json

Browse files
Files changed (1) hide show
  1. kfold/cnn_clip/resnet101_test.json +18 -0
kfold/cnn_clip/resnet101_test.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_acc": 0.9008728179551122,
3
+ "test_acc_ci": [
4
+ 0.891513403990025,
5
+ 0.9111673940149626
6
+ ],
7
+ "test_f1": 0.9262627216286378,
8
+ "test_f1_ci": [
9
+ 0.917707795996445,
10
+ 0.9346836999702736
11
+ ],
12
+ "test_precision": 0.9163762547715135,
13
+ "test_recall": 0.937755513376947,
14
+ "roc_auc": 0.9941144969179628,
15
+ "pr_auc": 0.9688301277776084,
16
+ "ece": 0.024332824211911384,
17
+ "n_folds_run": 5
18
+ }