September 2021
Beginner to intermediate
620 pages
15h 30m
English
So far, we've looked at a few machine learning (ML) models for classification and regression: simple linear models (linear regression and logistic regression), k-nearest neighbors (KNN), and Naïve Bayes for classification. As we will see in these next few chapters, there are other models that are commonly used in ML and data science. This chapter will cover how to choose between models and how to optimize models. Specifically, we'll cover:
pycaret AutoML Python packageLet's get ...