Machine-Learning-In-Action icon indicating copy to clipboard operation
Machine-Learning-In-Action copied to clipboard

NaiveBayes classifier speed improvement

Open mathias-brandewinder opened this issue 12 years ago • 0 comments

I suspect speed of classification can be improved by iterating over the shortest of words in text and classification tokens, instead of checking for the presence of every token.

mathias-brandewinder avatar Oct 05 '12 17:10 mathias-brandewinder