In this project, we will discuss customer segmentation using the elbow method to find the optimal number of clusters, build the model, and then find the appropriate result.
What will i learn?
Understanding the problem statement
Import Libraries and Datasets
Perform Data exploration
Dealing with missing values
Encoding categorical data
Understanding feature scaling importance and applying them if required.
Building model
Requirements
Basic Programming Language
Basic knolwedge of Python is required to compile and run the examples