k
Jun 30, 2026k-means from scratch, and why it sometimes lies
k-means is the go-to clustering algorithm, two simple steps repeated until things settle. But the same data can give different clusters depending on where you start, and it will happily find groups that are not there. Here it is in R, honest about both.
Jun 30, 20263 min read0 reactions2 comments
