I added a `NaiveBayesClassifier` to Kotlin-Statist...
# datascience
t
I added a
NaiveBayesClassifier
to Kotlin-Statistics. New release coming shortly. https://github.com/thomasnield/kotlin-statistics#naive-bayes-classifier
👍 2
3
b
great, I wanted to use that to tag my emails in notmuch. I have been tagging spams for a few months now, that should be pretty efficient.
t
It should work pretty well for categorizing text in many ways. It's not hard to implement yourself either.