mmrech commited on
Commit
4118ed1
·
verified ·
1 Parent(s): 3094ae7

Upload isotonic_calibration.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. isotonic_calibration.json +96 -0
isotonic_calibration.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fold_0": {
3
+ "X_thresholds": [
4
+ 0.14,
5
+ 0.21,
6
+ 0.44,
7
+ 0.45,
8
+ 0.57,
9
+ 0.58,
10
+ 0.74
11
+ ],
12
+ "y_thresholds": [
13
+ 0.0,
14
+ 0.2222222222222222,
15
+ 0.2222222222222222,
16
+ 0.5555555555555556,
17
+ 0.5555555555555556,
18
+ 0.8,
19
+ 0.8
20
+ ]
21
+ },
22
+ "fold_1": {
23
+ "X_thresholds": [
24
+ 0.04,
25
+ 0.26,
26
+ 0.32,
27
+ 0.38,
28
+ 0.43,
29
+ 0.46,
30
+ 0.49,
31
+ 0.66,
32
+ 0.73
33
+ ],
34
+ "y_thresholds": [
35
+ 0.0,
36
+ 0.0,
37
+ 0.4,
38
+ 0.4,
39
+ 0.6666666666666666,
40
+ 0.6666666666666666,
41
+ 0.75,
42
+ 0.75,
43
+ 1.0
44
+ ]
45
+ },
46
+ "fold_2": {
47
+ "X_thresholds": [
48
+ 0.18,
49
+ 0.35,
50
+ 0.42,
51
+ 0.71,
52
+ 0.78,
53
+ 0.81
54
+ ],
55
+ "y_thresholds": [
56
+ 0.0,
57
+ 0.0,
58
+ 0.75,
59
+ 0.75,
60
+ 1.0,
61
+ 1.0
62
+ ]
63
+ },
64
+ "fold_3": {
65
+ "X_thresholds": [
66
+ 0.13,
67
+ 0.23,
68
+ 0.25,
69
+ 0.67,
70
+ 0.7,
71
+ 0.9
72
+ ],
73
+ "y_thresholds": [
74
+ 0.0,
75
+ 0.0,
76
+ 0.5,
77
+ 0.5,
78
+ 1.0,
79
+ 1.0
80
+ ]
81
+ },
82
+ "fold_4": {
83
+ "X_thresholds": [
84
+ 0.14,
85
+ 0.43,
86
+ 0.51,
87
+ 0.77
88
+ ],
89
+ "y_thresholds": [
90
+ 0.0,
91
+ 0.0,
92
+ 0.8461538461538461,
93
+ 0.8461538461538461
94
+ ]
95
+ }
96
+ }