Skip to content

python code to perform k-means clustering in a diversified consumer base

License

Notifications You must be signed in to change notification settings

DressPD/py_customer_segmentation

Repository files navigation

py_customers_segmentation

python code to perform k-means clustering on consumer base

  • .csv dataset for reproducibility is provided

These are the statistical models implemented in the code:

  • Cleaning and Normalizing data for sex identification
  • KNN Classification of sex
  • Random Forest Classification of sex
  • Clustering analysis
  • Elbow Method on multiple dimensions
  • K-Means fitting