summaryrefslogtreecommitdiff
path: root/summaries/weighted_majority_merged.json
blob: 810dbca7ed803d1b0357f262407a8717c512c151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
[
  {
    "accept_values": [
      "1",
      "0"
    ],
    "confusion_matrix": [
      [
        3373,
        1316
      ],
      [
        669,
        2828
      ]
    ],
    "weighted_confusion_matrix": [
      [
        1822.433712652638,
        560.6063864210176
      ],
      [
        242.65797492287484,
        1318.160515235499
      ]
    ],
    "accuracy": 0.7575128267774248,
    "weighted_accuracy": 0.7963252628942994,
    "true_rate": {
      "1": 0.7193431435274046,
      "0": 0.808693165570489
    },
    "predictivity": {
      "1": 0.8344878772884711,
      "0": 0.6824324324324325
    }
  },
  {
    "accept_values": [
      "1",
      "0"
    ],
    "confusion_matrix": [
      [
        3386,
        1307
      ],
      [
        658,
        2838
      ]
    ],
    "weighted_confusion_matrix": [
      [
        1824.264631237564,
        559.2324128586179
      ],
      [
        241.24201179451697,
        1309.7465905628842
      ]
    ],
    "accuracy": 0.7600439614116498,
    "weighted_accuracy": 0.7965491562093621,
    "true_rate": {
      "1": 0.7215001065416577,
      "0": 0.8117848970251716
    },
    "predictivity": {
      "1": 0.8372898120672602,
      "0": 0.684680337756333
    }
  },
  {
    "accept_values": [
      "1",
      "0"
    ],
    "confusion_matrix": [
      [
        3381,
        1314
      ],
      [
        663,
        2828
      ]
    ],
    "weighted_confusion_matrix": [
      [
        1814.3112605631964,
        561.4771018317434
      ],
      [
        242.7105117609447,
        1310.7038716089296
      ]
    ],
    "accuracy": 0.7584901050574151,
    "weighted_accuracy": 0.7953305885120077,
    "true_rate": {
      "1": 0.7201277955271566,
      "0": 0.8100830707533658
    },
    "predictivity": {
      "1": 0.836053412462908,
      "0": 0.6827619507484307
    }
  },
  {
    "accept_values": [
      "1",
      "0"
    ],
    "confusion_matrix": [
      [
        3405,
        1328
      ],
      [
        638,
        2816
      ]
    ],
    "weighted_confusion_matrix": [
      [
        1822.5516779697866,
        564.4178168671694
      ],
      [
        235.65618795776263,
        1310.0938586478562
      ]
    ],
    "accuracy": 0.7598631977525345,
    "weighted_accuracy": 0.7965596080793866,
    "true_rate": {
      "1": 0.7194168603422776,
      "0": 0.8152866242038217
    },
    "predictivity": {
      "1": 0.842196388820183,
      "0": 0.6795366795366795
    }
  },
  {
    "accept_values": [
      "1",
      "0"
    ],
    "confusion_matrix": [
      [
        3370,
        1316
      ],
      [
        673,
        2827
      ]
    ],
    "weighted_confusion_matrix": [
      [
        1809.4488473160145,
        560.9971312333264
      ],
      [
        247.69910247012456,
        1306.990335940227
      ]
    ],
    "accuracy": 0.7570241876374297,
    "weighted_accuracy": 0.7939698512797181,
    "true_rate": {
      "1": 0.7191634656423389,
      "0": 0.8077142857142857
    },
    "predictivity": {
      "1": 0.8335394509027949,
      "0": 0.6823557808351436
    }
  }
]