waseemrazakhan commited on
Commit
a369a16
·
verified ·
1 Parent(s): 50f62ef

Upload tfidf_lr_bin_eval_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tfidf_lr_bin_eval_metrics.json +27 -0
tfidf_lr_bin_eval_metrics.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": {
3
+ "precision": 0.8555984555984556,
4
+ "recall": 0.8765822784810127,
5
+ "f1-score": 0.8659632669011332,
6
+ "support": 1264.0
7
+ },
8
+ "1": {
9
+ "precision": 0.8799076212471132,
10
+ "recall": 0.8593984962406015,
11
+ "f1-score": 0.8695321414986686,
12
+ "support": 1330.0
13
+ },
14
+ "accuracy": 0.8677717810331534,
15
+ "macro avg": {
16
+ "precision": 0.8677530384227844,
17
+ "recall": 0.867990387360807,
18
+ "f1-score": 0.8677477041999009,
19
+ "support": 2594.0
20
+ },
21
+ "weighted avg": {
22
+ "precision": 0.8680622914938736,
23
+ "recall": 0.8677717810331534,
24
+ "f1-score": 0.8677931062283198,
25
+ "support": 2594.0
26
+ }
27
+ }