From b2a5263f5a3a026a566430e528d847e9b47bec26 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Wed, 9 Jun 2021 16:57:03 -0400 Subject: [PATCH] recipe edits --- 4-Classification/1-Introduction/notebook.ipynb | 2 +- 4-Classification/1-Introduction/solution/notebook.ipynb | 2 +- 4-Classification/README.md | 2 +- README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/4-Classification/1-Introduction/notebook.ipynb b/4-Classification/1-Introduction/notebook.ipynb index 8fe41283..a98ae796 100644 --- a/4-Classification/1-Introduction/notebook.ipynb +++ b/4-Classification/1-Introduction/notebook.ipynb @@ -19,7 +19,7 @@ "cells": [ { "source": [ - "# Delicious Asian Recipes " + "# Delicious Asian and Indian Recipes " ], "cell_type": "markdown", "metadata": {} diff --git a/4-Classification/1-Introduction/solution/notebook.ipynb b/4-Classification/1-Introduction/solution/notebook.ipynb index 2912d897..2c6f0eb5 100644 --- a/4-Classification/1-Introduction/solution/notebook.ipynb +++ b/4-Classification/1-Introduction/solution/notebook.ipynb @@ -2,7 +2,7 @@ "cells": [ { "source": [ - "# Delicious Asian Recipes \n" + "# Delicious Asian and Indian Recipes \n" ], "cell_type": "markdown", "metadata": {} diff --git a/4-Classification/README.md b/4-Classification/README.md index 2d796181..529755ef 100644 --- a/4-Classification/README.md +++ b/4-Classification/README.md @@ -1,5 +1,5 @@ # Getting Started with Classification -## Regional topic: Delicious Asian Recipes 🍜 +## Regional topic: Delicious Asian and Indian Recipes 🍜 In Asia and India, food traditions are extremely diverse, and very delicious! Let's look at data about regional recipes to try to guess where they originated. diff --git a/README.md b/README.md index 6828f258..f53b0e23 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ 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 a Logistic Regression model | [lesson](2-Regression/4-Logistic/README.md) | Jen | | 08 | A Web App 🔌 | [Web App](3-Web-App/README.md) | Build a Web app to use your trained model | [lesson](3-Web-App/README.md) | Jen | | 09 | Introduction to Classification | [Classification](4-Classification/README.md) | Clean, Prep, and Visualize your Data; Introduction to Classification | [lesson](4-Classification/1-Introduction/README.md) | Cassie | -| 10 | Delicious Asian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Discriminative Model | [lesson](4-Classification/2-Descriminative/README.md) | Cassie | -| 11 | Delicious Asian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Generative Model | [lesson](4-Classification/3-Generative/README.md) | Cassie | -| 12 | Delicious Asian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Web App using your Model | [lesson](4-Classification/4-Applied/README.md) | Jen | +| 10 | Delicious Asian and Indian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Discriminative Model | [lesson](4-Classification/2-Descriminative/README.md) | Cassie | +| 11 | Delicious Asian and Indian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Generative Model | [lesson](4-Classification/3-Generative/README.md) | Cassie | +| 12 | Delicious Asian and Indian Recipes 🍜 | [Classification](4-Classification/README.md) | Build a Web App using your Model | [lesson](4-Classification/4-Applied/README.md) | Jen | | 13 | Introduction to Clustering | [Clustering](5-Clustering/README.md) | Clean, Prep, and Visualize your Data; Introduction to Clustering | [lesson](5-Clustering/1-Visualize/README.md) | Jen | | 14 | Exploring Nigerian Musical Tastes 🎧 | [Clustering](5-Clustering/README.md) | Explore the K-Means Clustering Method | [lesson](5-Clustering/2-K-Means/README.md) | Jen | | 15 | Introduction to Natural Language Processing ☕️ | [Natural Language Processing](6-NLP/README.md) | Learn the basics about NLP by building a simple bot | [lesson](6-NLP/1-Introduction-to-NLP/README.md) | Stephen |