File size: 611 Bytes
3a58efc 8aeebd0 3a58efc | 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.8514735102653503,
"f1_score": 0.7977285027503968,
"precision": 0.7996760845184326,
"recall": 0.7961115837097168,
"cohen_kappa": 0.7868788838386536,
"confusion_matrix": [
[
4506,
432,
135,
7,
86
],
[
373,
1575,
663,
2,
406
],
[
263,
501,
17238,
674,
421
],
[
16,
7,
937,
4528,
8
],
[
141,
546,
329,
0,
6246
]
],
"support": [
5166.0,
3019.0,
19097.0,
5496.0,
7262.0
]
} |