May 2025
Intermediate to advanced
584 pages
16h 49m
English
Chapter 3 introduced several classical machine learning models. In this chapter, we’ll take the datasets we built in Chapter 2 and use them with these models to see how well they perform.
We’ll use sklearn to create the models and compare them by looking at how well they do on the held-out test sets. This will provide an overview of working with sklearn and help you build intuition about how the various models perform relative to one another. We’ll use three datasets: the iris dataset, both original and augmented; the breast cancer dataset; and the vector form of the MNIST handwritten digits dataset.
Read now
Unlock full access