From 746993fec27ade8035f7bb70cb7cdf87574a862b Mon Sep 17 00:00:00 2001 From: Vidushi Gupta <55969597+Vidushi-Gupta@users.noreply.github.com> Date: Thu, 15 Jun 2023 11:06:59 +0530 Subject: [PATCH] Update and rename lesson_12.md to lesson_12.Rmd --- .../solution/R/{lesson_12.md => lesson_12.Rmd} | 12 ++++++++++++ 1 file changed, 12 insertions(+) rename 4-Classification/3-Classifiers-2/solution/R/{lesson_12.md => lesson_12.Rmd} (98%) diff --git a/4-Classification/3-Classifiers-2/solution/R/lesson_12.md b/4-Classification/3-Classifiers-2/solution/R/lesson_12.Rmd similarity index 98% rename from 4-Classification/3-Classifiers-2/solution/R/lesson_12.md rename to 4-Classification/3-Classifiers-2/solution/R/lesson_12.Rmd index 9505b22c..28a348af 100644 --- a/4-Classification/3-Classifiers-2/solution/R/lesson_12.md +++ b/4-Classification/3-Classifiers-2/solution/R/lesson_12.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 2 In this second classification lesson, we will explore `more ways` to classify categorical data. We will also learn about the ramifications for choosing one classifier over the other.