Chapter 17
Exploring Four Simple and Effective Algorithms
In This Chapter
Using linear and logistic regression
Understanding Bayes theorem and using it for naive classification
Predicting on the basis of cases being similar with kNN
In this new part, you start to explore all the algorithms and tools necessary for learning from data (the training phase) and being capable of predicting a numeric estimate (for example, house pricing) or a class (for instance, the species of an Iris flower) given a new example that you didn’t have before. In this chapter, you start with the simplest algorithms and work toward more complex ones.
Get Python for Data Science For Dummies 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.