Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 296 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 296 Bytes

K-Means-Algorithm

A python code to implement the K-Means Algorithm on a starter dataset - Iris. The algorithm is used to find clusters in the dataset. It is an unsupervised learning problem. The Iris dataset already has labels for the classes, the codes removes them and then applies K-Means.