From c137d823ff18f272ea5865a4dcccf591ceba4508 Mon Sep 17 00:00:00 2001 From: Jasleen Sondhi Date: Mon, 19 Jun 2023 20:47:39 +0530 Subject: [PATCH] added lesson_10.html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf354db8..6febd4dc 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ By ensuring that the content aligns with projects, the process is made more enga | 07 | North American pumpkin prices 🎃 | [Regression](2-Regression/README.md) | Build linear and polynomial regression models | | | | 08 | North American pumpkin prices 🎃 | [Regression](2-Regression/README.md) | Build a logistic regression model | | | | 09 | A Web App 🔌 | [Web App](3-Web-App/README.md) | Build a web app to use your trained model | [Python](3-Web-App/1-Web-App/README.md) | Jen | -| 10 | Introduction to classification | [Classification](4-Classification/README.md) | Clean, prep, and visualize your data; introduction to classification |