From db18553fae28703a52ec4262fc19e4e96c6cbc54 Mon Sep 17 00:00:00 2001 From: Vidushi Gupta <55969597+Vidushi-Gupta@users.noreply.github.com> Date: Thu, 15 Jun 2023 11:05:02 +0530 Subject: [PATCH] Update and rename lesson_15.md to lesson_15.Rmd --- .../solution/R/{lesson_15.md => lesson_15.Rmd} | 13 +++++++++++++ 1 file changed, 13 insertions(+) rename 5-Clustering/2-K-Means/solution/R/{lesson_15.md => lesson_15.Rmd} (98%) diff --git a/5-Clustering/2-K-Means/solution/R/lesson_15.md b/5-Clustering/2-K-Means/solution/R/lesson_15.Rmd similarity index 98% rename from 5-Clustering/2-K-Means/solution/R/lesson_15.md rename to 5-Clustering/2-K-Means/solution/R/lesson_15.Rmd index 8f66f10dd..901ec0155 100644 --- a/5-Clustering/2-K-Means/solution/R/lesson_15.md +++ b/5-Clustering/2-K-Means/solution/R/lesson_15.Rmd @@ -1,3 +1,16 @@ +--- +title: 'K-Means Clustering using Tidymodels and friends' +output: + html_document: + #css: style_7.css + df_print: paged + theme: flatly + highlight: breezedark + toc: yes + toc_float: yes + code_download: yes +--- + ## Explore K-Means clustering using R and Tidy data principles. ### [**Pre-lecture quiz**](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/29/)