parent
99479b584c
commit
a31a92f3d3
@ -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.
|
## Explore K-Means clustering using R and Tidy data principles.
|
||||||
|
|
||||||
### [**Pre-lecture quiz**](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/29/)
|
### [**Pre-lecture quiz**](https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/29/)
|
Loading…
Reference in new issue