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.76 0.80 0.78 300
1 0.62 0.51 0.56 216
2 0.63 0.14 0.23 86
3 0.17 0.02 0.04 46
4 0.42 0.10 0.16 83
5 0.00 0.00 0.00 0
6 0.68 0.66 0.67 245
7 0.56 0.12 0.20 42
8 0.55 0.33 0.41 127
9 0.67 0.17 0.27 12
10 0.65 0.31 0.42 127
11 1.00 0.14 0.25 14
12 0.53 0.29 0.38 106
13 0.00 0.00 0.00 0
micro avg 0.66 0.47 0.55 1404
macro avg 0.52 0.26 0.31 1404
weighted avg 0.62 0.47 0.51 1404
samples avg 0.67 0.53 0.55 1404