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.72 0.95 0.82 300
1 0.80 0.47 0.59 216
2 0.75 0.07 0.13 86
3 0.00 0.00 0.00 46
4 0.67 0.05 0.09 83
5 0.00 0.00 0.00 0
6 0.78 0.83 0.80 245
7 0.40 0.05 0.09 42
8 0.83 0.04 0.08 127
9 0.00 0.00 0.00 12
10 0.69 0.07 0.13 127
11 0.00 0.00 0.00 14
12 1.00 0.06 0.11 106
13 0.00 0.00 0.00 0
micro avg 0.73 0.44 0.55 1404
macro avg 0.47 0.18 0.20 1404
weighted avg 0.72 0.44 0.45 1404
samples avg 0.75 0.49 0.55 1404