mathias-brandewinder/Machine-Learning-In-Action

NaiveBayes classifier speed improvement

Opened this issue · 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.