naive-bayes
naive-bayes copied to clipboard
Simple naive bayesian classifier implemented in Ruby
Results
1
naive-bayes issues
Sort by
recently updated
recently updated
newest added
How do you include the TF-IDF weights in this method? Compared to simple MNB, instead of simple bag of words MNB with TF-IDF gets more accuracy. How do you implement...