|
|
|
|
|
by jules
4275 days ago
|
|
Naive bayes is just a couple of lines of code (less than what you have now for sure). The trained model is not bigger than what you currently have either. Although I don't need a test suite to confidently say that L1 distance is going to be worse than naive bayes, it would indeed be good if you had a test suite! We already have a test suite with 1 example: https://news.ycombinator.com/item?id=8405180 Naive bayes would never get something like that wrong. |
|
It’s interesting though, I’ll take a look at it!