This repository contains the second assignment for the Artificial Intelligence 2 course during my Business Analytics master's program.
- Segment customers based on purchasing behavior using unsupervised learning techniques.
- Apply the complete machine learning pipeline: data cleaning, feature engineering, clustering, and interpretation.
- Provide actionable marketing strategies tailored to each customer segment.
Clustering_Model.ipynb
: Jupyter Notebook containing all the steps from data preparation to clustering model implementation.
- Python
- pandas
- scikit-learn
- numpy
- matplotlib
- seaborn
Open Clustering_Model.ipynb
in Jupyter Notebook or VSCode and execute the cells in order.