/Kmeans-Iris

K-means clustering on Iris dataset. We are given a data set of items, with certain features, and values for these features. The task is to categorize those items into groups. To achieve this, we will use the kMeans algorithm; an unsupervised learning algorithm.

Primary LanguagePython

No issues in this repository yet.