'Huge score when searching for optimal k for Kmeans
Solution 1:[1]
If your dataset is large, these values ??are normal because you are trying to calculate Euclidean distance in a multidimensional space. While I was doing my own project, I observed this situation, but there was no problem with my accuracy values. If we look at the elbow and silhouette examples on the internet, the distortion scores are low since most of them are examples given with small datasets (iris, wine quality, Etc.).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Çağlar Sevinç |


