Chapter 14: Naïve Bayes Classification
In this chapter, we will examine situations where naïve Bayes might be a more efficient classifier than the ones we have examined so far. Naïve Bayes is a very intuitive and easy-to-implement classifier. Assuming our features are independent, we may even get improved performance over logistic regession, particularly if we are not using regularization with the latter.
In this chapter, we will discuss the fundamental assumptions of naïve Bayes and how the algorithm is used to tackle some of the modeling challenges we have already explored, as well as some new ones, such as text classification. We will consider when naïve Bayes is a good option and when it is not. We will also examine the interpretation of ...
Get Data Cleaning and Exploration with Machine Learning now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.