/kmeans

k-means algorithm implementation on python for 4 features

Primary LanguageJupyter Notebook

K-Means Implementation with Python

Report.pdf shows example usage of my kmeans code
This implemantation assumes there will be 4 columns
report.pdf includes data analysis and compirision between decision tree classifier and k-means clustering

Images

image

Selecting k=3 with elbow method from WCSS (Within-Cluster Sum of Square) Graph

↓Result below↓


image
image