From 54a60490d250f41ac5d6ca8fa2dcc94b14c3678c Mon Sep 17 00:00:00 2001
From: Dasani Madipalli <55562013+dasani-madipalli@users.noreply.github.com>
Date: Sun, 11 Apr 2021 19:42:21 -0700
Subject: [PATCH] Adding an infographic

Infographic on differences between logistic and linear regression
---
 2-Regression/1-Tools/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/2-Regression/1-Tools/README.md b/2-Regression/1-Tools/README.md
index 36b72126..b294056b 100644
--- a/2-Regression/1-Tools/README.md
+++ b/2-Regression/1-Tools/README.md
@@ -1,6 +1,7 @@
 # Get started with Python and Scikit-Learn for Regression models
 
 > Infographic on the types of Regression covered here: linear and logistic. Follow: https://en.wikipedia.org/wiki/Linear_regression#/media/File:Linear_regression.svg and https://en.wikipedia.org/wiki/Logistic_regression#/media/File:Logistic-curve.svg with explanatory graphics 
+> ![2-1-Getting_Started_With_Python](https://user-images.githubusercontent.com/55562013/114333711-cce69900-9afd-11eb-97ec-a0af2d92e567.png)
 
 ## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/5/)
 ## Introduction
-- 
GitLab