From 615a56c4715708073282edb06f43d68424a92130 Mon Sep 17 00:00:00 2001 From: Vidushi Gupta <55969597+Vidushi-Gupta@users.noreply.github.com> Date: Thu, 15 Jun 2023 11:07:59 +0530 Subject: [PATCH] Update and rename lesson_11.md to lesson_11.Rmd --- .../solution/R/{lesson_11.md => lesson_11.Rmd} | 12 ++++++++++++ 1 file changed, 12 insertions(+) rename 4-Classification/2-Classifiers-1/solution/R/{lesson_11.md => lesson_11.Rmd} (98%) diff --git a/4-Classification/2-Classifiers-1/solution/R/lesson_11.md b/4-Classification/2-Classifiers-1/solution/R/lesson_11.Rmd similarity index 98% rename from 4-Classification/2-Classifiers-1/solution/R/lesson_11.md rename to 4-Classification/2-Classifiers-1/solution/R/lesson_11.Rmd index 69cefc17..5fb6cf4f 100644 --- a/4-Classification/2-Classifiers-1/solution/R/lesson_11.md +++ b/4-Classification/2-Classifiers-1/solution/R/lesson_11.Rmd @@ -1,3 +1,15 @@ +--- +title: 'Build a classification model: Delicious Asian and Indian Cuisines' +output: + html_document: + df_print: paged + theme: flatly + highlight: breezedark + toc: yes + toc_float: yes + code_download: yes +--- + ## Cuisine classifiers 1 In this lesson, we'll explore a variety of classifiers to *predict a given national cuisine based on a group of ingredients.* While doing so, we'll learn more about some of the ways that algorithms can be leveraged for classification tasks.