Skip to content

jolual2747/unsupervised_learning_workshop2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsupervised Learning Workshop 2

In this repository we are going to explore unsupervised machine learning methods for clustering, for this case will be KMeans and KMedoids and those methods will be built from scratch in a python package.

Also, we are going to review and implement the silhoutte score and how to analyze it visually on plots to decide the optimal number of clusters to create in our data

Steps to clone this repository:

git clone <ssh code>
pip install pipenv
pipenv shell
pipenv install

About

Unsupervised machine learning methods built from scratch, KMeans, KMedoids

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published