test some models on the 2k dataset (probably useless because to small)

This commit is contained in:
Tim
2025-08-13 19:36:59 +02:00
parent 4b35d4ca21
commit 5a7b42e403
12 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
precision recall f1-score support
0 0.79 0.94 0.86 300
1 0.77 0.60 0.68 216
2 0.55 0.07 0.12 86
3 0.00 0.00 0.00 46
4 0.56 0.06 0.11 83
5 0.00 0.00 0.00 0
6 0.78 0.83 0.80 245
7 0.29 0.05 0.08 42
8 0.90 0.20 0.33 127
9 0.00 0.00 0.00 12
10 0.84 0.29 0.43 127
11 0.25 0.14 0.18 14
12 0.78 0.13 0.23 106
13 0.00 0.00 0.00 0
micro avg 0.76 0.50 0.60 1404
macro avg 0.46 0.24 0.27 1404
weighted avg 0.72 0.50 0.53 1404
samples avg 0.78 0.56 0.61 1404