From c15d7d62c8a3540e4b8f63bf18409da57a2f251a Mon Sep 17 00:00:00 2001 From: Vidushi Gupta <55969597+Vidushi-Gupta@users.noreply.github.com> Date: Thu, 8 Jun 2023 22:52:38 +0530 Subject: [PATCH] Changed from Rmd to md format --- .../solution/R/{lesson_14.Rmd => lesson_14.md} | 12 ------------ 1 file changed, 12 deletions(-) rename 5-Clustering/1-Visualize/solution/R/{lesson_14.Rmd => lesson_14.md} (98%) diff --git a/5-Clustering/1-Visualize/solution/R/lesson_14.Rmd b/5-Clustering/1-Visualize/solution/R/lesson_14.md similarity index 98% rename from 5-Clustering/1-Visualize/solution/R/lesson_14.Rmd rename to 5-Clustering/1-Visualize/solution/R/lesson_14.md index f2b5551f..a6f45562 100644 --- a/5-Clustering/1-Visualize/solution/R/lesson_14.Rmd +++ b/5-Clustering/1-Visualize/solution/R/lesson_14.md @@ -1,15 +1,3 @@ ---- -title: 'Introduction to clustering: Clean, prep and visualize your data' -output: - html_document: - df_print: paged - theme: flatly - highlight: breezedark - toc: yes - toc_float: yes - code_download: yes ---- - ## **Nigerian Music scraped from Spotify - an analysis** Clustering is a type of [Unsupervised Learning](https://wikipedia.org/wiki/Unsupervised_learning) that presumes that a dataset is unlabelled or that its inputs are not matched with predefined outputs. It uses various algorithms to sort through unlabeled data and provide groupings according to patterns it discerns in the data.