diff --git a/4-Classification/3-Classifiers-2/solution/R/lesson_12.Rmd b/4-Classification/3-Classifiers-2/solution/R/lesson_12.md similarity index 98% rename from 4-Classification/3-Classifiers-2/solution/R/lesson_12.Rmd rename to 4-Classification/3-Classifiers-2/solution/R/lesson_12.md index 28a348af3..9505b22cb 100644 --- a/4-Classification/3-Classifiers-2/solution/R/lesson_12.Rmd +++ b/4-Classification/3-Classifiers-2/solution/R/lesson_12.md @@ -1,15 +1,3 @@ ---- -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.