11. Regression models for Machine Learning#

In North America, pumpkins are often carved into scary faces for Halloween. Let’s discover more about these fascinating vegetables!

https://static-1300131294.cos.ap-shanghai.myqcloud.com/images/ml-regression/jack-o-lanterns.jpg

Fig. 11.1 Photo by Beth Teutschmann on Unsplash#

See also

Click the video above for a quick introduction to this section.

This part covers types of regression in the context of machine learning. Regression models can help determine the relationship between variables. This type of model can predict values such as length, temperature, or age, thus uncovering relationships between variables as it analyzes data points.

In this series of sections, you’ll discover the differences between linear and logistic regression, and when you should prefer one over the other.

In this group of sections, you will get set up to begin machine learning tasks, including configuring Visual Studio Code to manage notebooks, the common environment for data scientists. You will discover Scikit-learn, a library for machine learning, and you will build your first models, focusing on Regression models in this chapter.

See also

There are useful low-code tools that can help you learn about working with regression models. Try Azure ML for this task