RubixML / ML

A high-level machine learning and deep learning library for the PHP language.
https://rubixml.com
MIT License
2.05k stars 184 forks source link

Complement Naive Bayes? #207

Open DrDub opened 2 years ago

DrDub commented 2 years ago

Would you be interested in a variant to NB that is more recent and performant?

Rennie, J. D., Shih, L., Teevan, J., & Karger, D. R. (2003). Tackling the poor assumptions of naive bayes text classifiers. In ICML (Vol. 3, pp. 616-623). https://people.csail.mit.edu/jrennie/papers/icml03-nb.pdf

I can give it a try.

andrewdalpino commented 2 years ago

Hey @DrDub that would be awesome actually. Let me know if you need any help getting started!