Skip to content

Murriel11/Customer_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Customer Segmentation

image Customer segmentation is the process of dividing customers into groups based on common characteristics so companies can market to each group effectively and appropriately. This notebook analyzing the content of an Mall Customers database. Used Hypothesis Testing and KMeans.

Dependencies

  1. Python 2.7 or Python >3.4
  2. pandas
  3. numpy
  4. scipy
  5. scikit-learn
  6. matplotlib
  7. seaborn
  8. jupyter notebook

Workflow

  1. Importing Libraries
  2. Importing Data
  3. Basic EDA
  4. Univariate Analysis
  5. Bivariate Analysis
  6. Modelling-KMeans