Ways to improve the accuracy of a Naive Bayes Classifier?
问题 I am using a Naive Bayes Classifier to categorize several thousand documents into 30 different categories. I have implemented a Naive Bayes Classifier, and with some feature selection (mostly filtering useless words), I've gotten about a 30% test accuracy, with 45% training accuracy. This is significantly better than random, but I want it to be better. I've tried implementing AdaBoost with NB, but it does not appear to give appreciably better results (the literature seems split on this, some