Experiment - Why advanced clustering finds complex structures
Problem:We want to group data points into clusters that reflect complex shapes, not just simple round groups.
Current Metrics:Using KMeans clustering, the model groups data with 70% accuracy on complex shapes.
Issue:KMeans assumes clusters are round and struggles with complex shapes, leading to poor grouping accuracy.