Statistics For Programmers - Naive Bayes Classifier
Putting together everything we've learned thus far, let's build a Naive Bayes Classifier. It is a simple probabilistic classifier that applyies Bayes' theorem. It's a popular choice for text classification problems because of its simplicity and efficiency however it does assume some independence