0xgr3y commited on
Commit
ded00ac
·
verified ·
1 Parent(s): 8b5609b

Upload V16 calibration_data.json

Browse files
Files changed (1) hide show
  1. calibration_data.json +83 -0
calibration_data.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ece": 0.1438,
3
+ "n_bins": 15,
4
+ "bin_boundaries": [
5
+ 0.0,
6
+ 0.0667,
7
+ 0.1333,
8
+ 0.2,
9
+ 0.2667,
10
+ 0.3333,
11
+ 0.4,
12
+ 0.4667,
13
+ 0.5333,
14
+ 0.6,
15
+ 0.6667,
16
+ 0.7333,
17
+ 0.8,
18
+ 0.8667,
19
+ 0.9333,
20
+ 1.0
21
+ ],
22
+ "bin_accuracies": [
23
+ 0.0,
24
+ 0.0,
25
+ 0.0,
26
+ 0.0,
27
+ 0.3333,
28
+ 0.3333,
29
+ 0.4545,
30
+ 0.4444,
31
+ 0.8077,
32
+ 0.8621,
33
+ 0.9512,
34
+ 0.966,
35
+ 0.9982,
36
+ 0.9959,
37
+ 1.0
38
+ ],
39
+ "bin_confidences": [
40
+ 0.0333,
41
+ 0.1,
42
+ 0.1667,
43
+ 0.2516,
44
+ 0.3133,
45
+ 0.372,
46
+ 0.428,
47
+ 0.4995,
48
+ 0.569,
49
+ 0.6305,
50
+ 0.7079,
51
+ 0.7771,
52
+ 0.8385,
53
+ 0.8925,
54
+ 0.9433
55
+ ],
56
+ "bin_counts": [
57
+ 0,
58
+ 0,
59
+ 0,
60
+ 1,
61
+ 3,
62
+ 6,
63
+ 11,
64
+ 18,
65
+ 26,
66
+ 29,
67
+ 41,
68
+ 147,
69
+ 562,
70
+ 486,
71
+ 14
72
+ ],
73
+ "per_class_auc": {
74
+ "barn": 0.997,
75
+ "bridge": 0.9982,
76
+ "castle": 0.9995,
77
+ "mosque": 0.9989,
78
+ "skyscraper": 0.9999,
79
+ "stadium": 0.999,
80
+ "temple": 0.9984,
81
+ "windmill": 0.9982
82
+ }
83
+ }