File size: 595 Bytes
f62808b | 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 | {
"accuracy": 0.826252818107605,
"f1_score": 0.731082421541214,
"precision": 0.7514980673789978,
"recall": 0.7291027128696441,
"cohen_kappa": 0.7364495396614075,
"confusion_matrix": [
[
842,
40,
62,
1,
44
],
[
117,
166,
189,
0,
209
],
[
38,
98,
4520,
209,
165
],
[
1,
0,
308,
1093,
0
],
[
68,
37,
99,
0,
1392
]
],
"support": [
989.0,
681.0,
5030.0,
1402.0,
1596.0
]
} |