Customer Clustering
unsupervised machine learning // python // scikit-learn // data visualization
A customer segmentation project using K-Means, feature engineering, and PCA visualizations to identify behavioral patterns in the Instacart dataset.
This project explores how unsupervised learning can be used to segment customers based on shopping behavior. Using the Instacart dataset, I built a full K-Means clustering pipeline with feature engineering, scaling, and visualization to evaluate cluster separation and interpret emerging customer groups.