You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/2-Regression
Darío Hereñú e34140a226
Syntax issue (paragraph 33) (#440)
3 years ago
..
1-Tools Duplicate word (paragraph 87) (#433) 3 years ago
2-Data Minor fix (line 09) (#439) 3 years ago
3-Linear Translations(spanish): 2-Regression/3-Linear/assignment.md (#425) 3 years ago
4-Logistic Add pt-BR translation to Regression lesson (#394) 3 years ago
data re-numbering lesson groups 3 years ago
images re-numbering lesson groups 3 years ago
translations Syntax issue (paragraph 33) (#440) 3 years ago
README.md Fixed some grammatical errors (#395) 3 years ago

README.md

Regression models for machine learning

Regional topic: Regression models for pumpkin prices in North America 🎃

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

jack-o-lanterns

Photo by Beth Teutschmann on Unsplash

What you will learn

Introduction to Regression

🎥 Click the image above for a quick introduction video to this lesson

The lessons in this section cover 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 lessons, you'll discover the differences between linear and logistic regression, and when you should prefer one over the other.

In this group of lessons, 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.

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

Lessons

  1. Tools of the trade
  2. Managing data
  3. Linear and polynomial regression
  4. Logistic regression

Credits

"ML with regression" was written with ♥️ by Jen Looper

♥️ Quiz contributors include: Muhammad Sakib Khan Inan and Ornella Altunyan

The pumpkin dataset is suggested by this project on Kaggle and its data is sourced from the Specialty Crops Terminal Markets Standard Reports distributed by the United States Department of Agriculture. We have added some points around color based on variety to normalize the distribution. This data is in the public domain.