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.64 0.99 0.78 300
1 0.85 0.24 0.37 216
2 0.60 0.03 0.07 86
3 0.00 0.00 0.00 46
4 0.80 0.05 0.09 83
5 0.00 0.00 0.00 0
6 0.78 0.80 0.79 245
7 0.40 0.05 0.09 42
8 1.00 0.04 0.08 127
9 0.00 0.00 0.00 12
10 0.20 0.01 0.02 127
11 0.00 0.00 0.00 14
12 1.00 0.05 0.09 106
13 0.00 0.00 0.00 0
micro avg 0.69 0.40 0.51 1404
macro avg 0.45 0.16 0.17 1404
weighted avg 0.68 0.40 0.39 1404
samples avg 0.70 0.44 0.50 1404