Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 375 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 375 Bytes

KMeans-simple

Simple ipynb for testing and demonstrating scikit-learn KMeans clusterization algorithm and finding the Optimal Cluster Number

This notebook:

  • 🗃️ generates a dataset with make_blobs and runs and plots KMeans with 1 and 5 clusters.
  • 🚀 creates a function for finding the optimal cluster number then runs and plots KMeans with it.