September 2021
Beginner to intermediate
620 pages
15h 30m
English
In situations where we want to predict continuous values, such as temperature, housing prices, or salary, we can use regression models. These are another type of supervised learning besides the classification that we learned about in the last chapter. In this chapter, we'll cover some of the basics around regression models, including:
Let's get started by learning how linear regression works.
Linear regression has been around since the 1800s but is still used today. It is an easy-to-use and -interpret method that generally ...