From dc1f63df8b8f458be4d0a25ac5d21ac2c6c57007 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomomi=20=E2=9D=A4=20Imura?= <tomomi.i@gmail.com>
Date: Wed, 2 Jun 2021 14:40:35 -0700
Subject: [PATCH] Add a sketchnote that summarize the lessons
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This sketch recaps all 4 lessons, but I wasn't sure where to put. Please move it to an appropriate place! 馃檱鈥嶁檧锔�
---
 Regression/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Regression/README.md b/Regression/README.md
index f5701da8..910416e2 100644
--- a/Regression/README.md
+++ b/Regression/README.md
@@ -18,6 +18,11 @@ In this section, you will get set up to begin machine learning tasks, including
 3. [Linear and Polynomial Regression](3-Linear/README.md)
 4. [Logistic Regression](4-Logistic/README.md)
 
+
+![Summary of the lessons](images/ml-regression.png)
+
+---
+
 ### Credits
 
 "ML with Regression" was written with 鈾ワ笍 by [Jen Looper](https://twitter.com/jenlooper)
-- 
GitLab