-
Notifications
You must be signed in to change notification settings - Fork 4
/
spam_result
66 lines (38 loc) · 1.66 KB
/
spam_result
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
RE(50:50):
precision recall f1-score support
0 0.75 0.83 0.79 77
1 0.81 0.73 0.77 77
avg / total 0.78 0.78 0.78 154
('RE,50:50,accuracy:', 0.7792207792207793)
RE(ND):
precision recall f1-score support
0 0.29 0.83 0.44 77
1 0.96 0.69 0.81 500
avg / total 0.87 0.71 0.76 577
('RE,ND,accuracy:', 0.7123050259965338)
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
RE+PE(50:50)
precision recall f1-score support
0 0.78 0.87 0.82 77
1 0.85 0.75 0.80 77
avg / total 0.82 0.81 0.81 154
0.811688311688
RE+PE(ND):
precision recall f1-score support
0 0.32 0.83 0.46 77
1 0.97 0.72 0.83 500
avg / total 0.88 0.74 0.78 577
0.738301559792
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
RE+PE+BiGram(50:50)
precision recall f1-score support
0 0.72 0.82 0.76 77
1 0.79 0.68 0.73 77
avg / total 0.75 0.75 0.75 154
0.746753246753
RE+PE+BiGram(ND)
precision recall f1-score support
0 0.35 0.83 0.49 77
1 0.97 0.76 0.85 500
avg / total 0.88 0.77 0.80 577
0.769497400347