From 15097b5318e6a81b3efb41369bbf90ab11fda065 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 24 Aug 2021 14:12:08 -0400 Subject: [PATCH] add regression intro video --- 2-Regression/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2-Regression/README.md b/2-Regression/README.md index 4446bc2c..b9fd4a6a 100644 --- a/2-Regression/README.md +++ b/2-Regression/README.md @@ -8,6 +8,9 @@ In North America, pumpkins are often carved into scary faces for Halloween. Let' ## 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 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 vs. logistic regression, and when you should use one or the other.