File size: 949 Bytes
c6c2704
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
language:
- 'no'
- nb
- nn
pipeline_tag: text-classification
library_name: fasttext
---

# Test results

Binary classification accuracy (threshold at label 3) ≈ 73.82%

Labels: [0, 1, 2, 3, 4, 5]
Confusion Matrix:
```
 [[64 29  1  6  0  0]
 [26 47  6 20  1  0]
 [10 49  5 36  0  0]
 [ 7 31  9 48  5  0]
 [ 1 18  8 56 17  0]
 [ 1  2  4 26 17  0]]
```

Classification Report:
```
              precision    recall  f1-score   support

           0       0.59      0.64      0.61       100
           1       0.27      0.47      0.34       100
           2       0.15      0.05      0.08       100
           3       0.25      0.48      0.33       100
           4       0.42      0.17      0.24       100
           5       0.00      0.00      0.00        50

    accuracy                           0.33       550
   macro avg       0.28      0.30      0.27       550
weighted avg       0.31      0.33      0.29       550
```