-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlog-comments.txt
62 lines (62 loc) · 5.63 KB
/
log-comments.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
71885 comments loaded
122 total users
100 users available for analysis
Uniform guess correctness rate: 0.01
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.045258072718
Nearest Neighbor/Bag-of-Words in top 5: 0.0850637059638
Training Naive Bayes Classifier...
Computing accuracy...
Naive Bayes/Bag-of-Words Accuracy: 0.0843856824025
Naive Bayes/Bag-of-Words in top 5: 0.192671695341
Training Linear SVM Classifier...
Computing accuracy...
Linear SVM/Bag-of-Words Accuracy: 0.16377094104
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.0316693505099
Nearest Neighbor/Content-Free (counts) in top 5: 0.0717574935729
Training Naive Bayes Classifier...
Computing accuracy...
Naive Bayes/Content-Free (counts) Accuracy: 0.0459643472611
Naive Bayes/Content-Free (counts) in top 5: 0.153996101365
Training Linear SVM Classifier...
Computing accuracy...
Linear SVM/Content-Free (counts) Accuracy: 0.0254541345312
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.0459360962793
Nearest Neighbor/Content-Free (frequencies) in top 5: 0.0849224510552
Training Naive Bayes Classifier...
Computing accuracy...
Naive Bayes/Content-Free (frequencies) Accuracy: 0.0952058084018
Naive Bayes/Content-Free (frequencies) in top 5: 0.242845438879
Training Linear SVM Classifier...
Computing accuracy...
Linear SVM/Content-Free (frequencies) Accuracy: 0.0647229991242
Predicting probabilities not supported by Linear SVM
Done!