-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlog-big3.txt
62 lines (62 loc) · 3.95 KB
/
log-big3.txt
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
13962 comments loaded
24 total users
20 users available for analysis
Uniform guess correctness rate: 0.05
Producing Bag-of-Words features...
.....................................................................
.....................................................................
Training Nearest Neighbor Classifier...
Computing accuracy...
/campus/anovak1/local/lib/python2.7/site-packages/scikit_learn-0.12.1-py2.7-linux-x86_64.egg/sklearn/neighbors/classification.py:131: NeighborsWarning: kneighbors: neighbor k+1 and neighbor k have the same distance: results will be dependent on data order.
neigh_dist, neigh_ind = self.kneighbors(X)
/campus/anovak1/local/lib/python2.7/site-packages/scikit_learn-0.12.1-py2.7-linux-x86_64.egg/sklearn/neighbors/classification.py:159: NeighborsWarning: kneighbors: neighbor k+1 and neighbor k have the same distance: results will be dependent on data order.
neigh_dist, neigh_ind = self.kneighbors(X)
Nearest Neighbor/Bag-of-Words Accuracy: 0.107318484235
Nearest Neighbor/Bag-of-Words in top 5: 0.22288111079
Training Naive Bayes Classifier...
Computing accuracy...
Naive Bayes/Bag-of-Words Accuracy: 0.230691350882
Naive Bayes/Bag-of-Words in top 5: 0.514029505351
Training Linear SVM Classifier...
Computing accuracy...
Linear SVM/Bag-of-Words Accuracy: 0.281168643332
Predicting probabilities not supported by Linear SVM
Producing Content-Free (counts) features...
.....................................................................
.....................................................................
Training Nearest Neighbor Classifier...
Computing accuracy...
/campus/anovak1/local/lib/python2.7/site-packages/scikit_learn-0.12.1-py2.7-linux-x86_64.egg/sklearn/neighbors/classification.py:131: NeighborsWarning: kneighbors: neighbor k+1 and neighbor k have the same distance: results will be dependent on data order.
neigh_dist, neigh_ind = self.kneighbors(X)
/campus/anovak1/local/lib/python2.7/site-packages/scikit_learn-0.12.1-py2.7-linux-x86_64.egg/sklearn/neighbors/classification.py:159: NeighborsWarning: kneighbors: neighbor k+1 and neighbor k have the same distance: results will be dependent on data order.
neigh_dist, neigh_ind = self.kneighbors(X)
Nearest Neighbor/Content-Free (counts) Accuracy: 0.102834827885
Nearest Neighbor/Content-Free (counts) in top 5: 0.218252820364
Training Naive Bayes Classifier...
Computing accuracy...
Naive Bayes/Content-Free (counts) Accuracy: 0.150997975123
Naive Bayes/Content-Free (counts) in top 5: 0.512872432745
Training Linear SVM Classifier...
Computing accuracy...
Linear SVM/Content-Free (counts) Accuracy: 0.0817182528204
Predicting probabilities not supported by Linear SVM
Producing Content-Free (frequencies) features...
.....................................................................
.....................................................................
Training Nearest Neighbor Classifier...
Computing accuracy...
/campus/anovak1/local/lib/python2.7/site-packages/scikit_learn-0.12.1-py2.7-linux-x86_64.egg/sklearn/neighbors/classification.py:131: NeighborsWarning: kneighbors: neighbor k+1 and neighbor k have the same distance: results will be dependent on data order.
neigh_dist, neigh_ind = self.kneighbors(X)
/campus/anovak1/local/lib/python2.7/site-packages/scikit_learn-0.12.1-py2.7-linux-x86_64.egg/sklearn/neighbors/classification.py:159: NeighborsWarning: kneighbors: neighbor k+1 and neighbor k have the same distance: results will be dependent on data order.
neigh_dist, neigh_ind = self.kneighbors(X)
Nearest Neighbor/Content-Free (frequencies) Accuracy: 0.129158229679
Nearest Neighbor/Content-Free (frequencies) in top 5: 0.246890367371
Training Naive Bayes Classifier...
Computing accuracy...
Naive Bayes/Content-Free (frequencies) Accuracy: 0.221724038183
Naive Bayes/Content-Free (frequencies) in top 5: 0.569858258606
Training Linear SVM Classifier...
Computing accuracy...
Linear SVM/Content-Free (frequencies) Accuracy: 0.176019670234
Predicting probabilities not supported by Linear SVM
Done!