Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 426 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 426 Bytes

K-means on Iris dataset in Python 🌸

ezgif com-gif-maker (3)

It'a a low level implementation: Scikit-learn is used only for importing iris dataset.

Choose 2 features (sepal or petal, width or length) and watch how k-means algorithms is converging. The visualization is made in matplotlib.

UPDATED 06.09.2021