K-means algorithm

how can we initialise the clusters better like scikit ?

K- Means ++ is another algorithm, which uses better initialization, like scikit-learn, it is covered in videos afterwords, check it there.

Hope this helped :blush: