# Regression models for machine learning ## Regional topic: Regression models for pumpkin prices in North America 🎃 In North America, pumpkins are often carved into spooky faces for Halloween. Let's explore more about these intriguing vegetables! ![jack-o-lanterns](../../../2-Regression/images/jack-o-lanterns.jpg) > Photo by Beth Teutschmann on Unsplash ## What you will learn [![Introduction to Regression](https://img.youtube.com/vi/5QnJtDad4iQ/0.jpg)](https://youtu.be/5QnJtDad4iQ "Regression Introduction video - Click to Watch!") > 🎥 Click the image above for a quick introduction video to this lesson The lessons in this section focus on types of regression within the context of machine learning. Regression models are useful for identifying the _relationship_ between variables. These models can predict values like length, temperature, or age, helping to uncover patterns and relationships as they analyze data points. In this series of lessons, you'll learn the differences between linear and logistic regression, and understand when to use one over the other. [![ML for beginners - Introduction to Regression models for Machine Learning](https://img.youtube.com/vi/XA3OaoW86R8/0.jpg)](https://youtu.be/XA3OaoW86R8 "ML for beginners - Introduction to Regression models for Machine Learning") > 🎥 Click the image above for a short video introducing regression models. In this set of lessons, you'll prepare to start machine learning tasks, including setting up Visual Studio Code to manage notebooks, a common environment for data scientists. You'll explore Scikit-learn, a machine learning library, and build your first models, focusing on regression models in this chapter. > There are helpful low-code tools available to assist you in learning about regression models. Check out [Azure ML for this task](https://docs.microsoft.com/learn/modules/create-regression-model-azure-machine-learning-designer/?WT.mc_id=academic-77952-leestott) ### Lessons 1. [Tools of the trade](1-Tools/README.md) 2. [Managing data](2-Data/README.md) 3. [Linear and polynomial regression](3-Linear/README.md) 4. [Logistic regression](4-Logistic/README.md) --- ### Credits "ML with regression" was created with ♥️ by [Jen Looper](https://twitter.com/jenlooper) ♥️ Quiz contributors include: [Muhammad Sakib Khan Inan](https://twitter.com/Sakibinan) and [Ornella Altunyan](https://twitter.com/ornelladotcom) The pumpkin dataset is recommended by [this project on Kaggle](https://www.kaggle.com/usda/a-year-of-pumpkin-prices) and its data is sourced from the [Specialty Crops Terminal Markets Standard Reports](https://www.marketnews.usda.gov/mnp/fv-report-config-step1?type=termPrice) provided by the United States Department of Agriculture. We have added some points related to color based on variety to normalize the distribution. This data is in the public domain. --- **Disclaimer**: This document has been translated using the AI translation service [Co-op Translator](https://github.com/Azure/co-op-translator). While we aim for accuracy, please note that automated translations may include errors or inaccuracies. The original document in its native language should be regarded as the authoritative source. For critical information, professional human translation is advised. We are not responsible for any misunderstandings or misinterpretations resulting from the use of this translation.