Experiment - Mean shift clustering
Problem:You want to group data points into clusters without knowing the number of clusters beforehand. You use mean shift clustering on a 2D dataset.
Current Metrics:The model groups data but creates too many small clusters, making it hard to interpret. Cluster count is 15, but expected is around 3-5.
Issue:The bandwidth parameter is too small, causing over-segmentation and many tiny clusters.