DoB24 commited on
Commit
e220696
·
verified ·
1 Parent(s): 8ba8090

kfold v2: resnet50_test.json

Browse files
Files changed (1) hide show
  1. kfold/cnn_clip/resnet50_test.json +18 -0
kfold/cnn_clip/resnet50_test.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_acc": 0.8949501246882793,
3
+ "test_acc_ci": [
4
+ 0.8840399002493765,
5
+ 0.905860349127182
6
+ ],
7
+ "test_f1": 0.9219945010265341,
8
+ "test_f1_ci": [
9
+ 0.913358153842765,
10
+ 0.930272326283445
11
+ ],
12
+ "test_precision": 0.9129805839680059,
13
+ "test_recall": 0.9320542372910954,
14
+ "roc_auc": 0.994462127123953,
15
+ "pr_auc": 0.9699300633857499,
16
+ "ece": 0.03390805045156705,
17
+ "n_folds_run": 5
18
+ }