oliverguhr commited on
Commit
ef3fc81
1 Parent(s): f02e88d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ ```
4
+ precision recall f1-score support
5
+
6
+ 0 0.99 0.99 0.99 47903344
7
+ . 0.94 0.95 0.95 2798780
8
+ , 0.85 0.84 0.85 3451618
9
+ ? 0.88 0.85 0.87 88876
10
+ - 0.61 0.32 0.42 157863
11
+ : 0.72 0.52 0.60 103789
12
+
13
+ accuracy 0.98 54504270
14
+ macro avg 0.83 0.75 0.78 54504270
15
+ weighted avg 0.98 0.98 0.98 54504270
16
+ ```