Skip to content

oriolventur/Clustering-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Assignment 2 - Customer Segmentation with Clustering

This repository contains the second assignment for the Artificial Intelligence 2 course during my Business Analytics master's program.

πŸ“Š Objective

  • 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.

πŸ“ Contents

  • Clustering_Model.ipynb: Jupyter Notebook containing all the steps from data preparation to clustering model implementation.

βš™οΈ Technologies

  • Python
  • pandas
  • scikit-learn
  • numpy
  • matplotlib
  • seaborn

πŸš€ How to Run

Open Clustering_Model.ipynb in Jupyter Notebook or VSCode and execute the cells in order.