classifier-reborn
classifier-reborn copied to clipboard
Approach state of art
How do you include the TF-IDF weights in this method? Compared to simple MNB having count of plain bag of words, MNB with TF-IDF gets more accuracy. How do you implement this? www.cs.waikato.ac.nz/~eibe/pubs/kibriya_et_al_cr.pdf
Also, as a bonus a complement naive bayes further improves the problem of inconsistent dataset size, which with plain MNB favours the larger one. This scenario is fairly common. Some inputs on that as well would be appreciated,.
We've discussed TF-IDF, but I haven't had time to dig into it.