Customer-Segmentation-Unsupervised-ML-Model
Customer-Segmentation-Unsupervised-ML-Model copied to clipboard
Customer-base segmentation over e-commerce sales data
In this procject, I worked on a real-world e-commerce sales data and segmented its customer base with Python, scikit-learn library and Plotly.
The workflow of the project is as follows:
- Business Case
- Data Preparation
- Segmentation with K-means Clustering
- Hyperparameter Tuning
- Visualization and Interpretation of the Results
Article of the project "Customer Segmentation with Machine Learning" can be read here!
The notebook can be viewed in the nbviewer here with interactive plotly plots.