Feature selection
Choose which numeric columns are used to form clusters.
Preprocessing & clustering
Additional info & guidance
Start with a small range of clusters (for example, 2β8) and look at the elbow and silhouette charts to decide on a reasonable value of k. Extremely large k can overfit noise and create tiny clusters that are hard to interpret.
You can change the standardization option to see how feature scaling impacts cluster assignments, which is especially important when some variables are on very different scales (for example, annual revenue vs. satisfaction scores).