Update README.md

pull/395/head
IACS CSU 2020 4 years ago committed by GitHub
parent 60597c7445
commit 6c873d52c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ In North America, pumpkins are often carved into scary faces for Halloween. Let'
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 difference between linear and logistic regression, and when you should use one or the other.
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.

Loading…
Cancel
Save