Skip to content

Here we did a market segmentation using k-means unsupervised learning using python and various libraries such as numpy, pandas, matplotlib, seaborn, skitiklearn

amansingh2896/market-segmentation-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

market-segmentation-using-python

Here we did a market segmentation using k-means unsupervised learning using python and various libraries such as numpy, pandas, matplotlib, seaborn, skitiklearn Unsupervised learning allows us to approach problems with little or no idea what our results should look like. We can derive structure from data where we don't necessarily know the effect of the variables. We can derive this structure by clustering the data based on relationships among the variables in the data. The market segmentation is also an example of clustering in unsupervised learning. This clustering is done by using K – Means algorithm in Python. The results will help to find out the present and future trend of the customers to make strong decisions. we will be working on market segregation based on buying behaviour using k-clustering algorithm in python. The data set is taken from UCI machine learning repository. To make our clustering reach its maximum performance we have to determine which hyperparameter fits to the data. To determine which hyperparameter is the best for our model and data, we can use the method to decide.In concluding we will determine the cluster of customers on the basis of characteristics that exist using python and make suggestions to improve profit for them.

About

Here we did a market segmentation using k-means unsupervised learning using python and various libraries such as numpy, pandas, matplotlib, seaborn, skitiklearn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published