DoB24 commited on
Commit
30181c9
·
verified ·
1 Parent(s): d882191

kfold v2: inception_v3_test.json

Browse files
kfold/cnn_clip/inception_v3_test.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "test_acc": 0.9018079800498753,
3
+ "test_acc_ci": [
4
+ 0.8924485660847881,
5
+ 0.9124064837905237
6
+ ],
7
+ "test_f1": 0.9253861361280749,
8
+ "test_f1_ci": [
9
+ 0.9167739985578695,
10
+ 0.933985425260138
11
+ ],
12
+ "test_precision": 0.9160341941870362,
13
+ "test_recall": 0.9359307391156519,
14
+ "roc_auc": 0.9929635879048506,
15
+ "pr_auc": 0.9675613792924578,
16
+ "ece": 0.01940452324184694,
17
+ "n_folds_run": 5
18
+ }