File size: 660 Bytes
45c650b | 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.8663308024406433,
"f1_score": 0.7963488817214965,
"precision": 0.8057361245155334,
"recall": 0.7905251979827881,
"cohen_kappa": 0.8100200295448303,
"confusion_matrix": [
[
296974,
8242,
16479,
929,
4620
],
[
11045,
25734,
18328,
21,
6303
],
[
13737,
10521,
597787,
35291,
20320
],
[
792,
10,
31295,
171592,
147
],
[
4535,
2531,
15154,
350,
208357
]
],
"support": [
327244.0,
61431.0,
677656.0,
203836.0,
230927.0
]
} |