A Brief Tutorial Photo by Nabeel Hussain on UnsplashK-Means is a popular unsupervised algorithm for clustering tasks. Despite its popularity, it can be difficult to use in some contexts due to the requirement that the number of clusters (or k) be chosen before the algorithm has been implemented. Two quantitative methods to address this issue…
