Introduction

An overview of the main models used in scikit-learn.

We'll cover the following...

In this chapter, you will continue to use scikit-learn, creating a variety of models for linear regression and classifying data. You'll also learn how to perform hyperparameter tuning and model evaluation through cross-validation.

A. Creating models for data

...