Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 826 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 826 Bytes

K-Means-Clusterings-Projects

Clustering analysis can be done on the basis of features where we try to find subgroups of samples based on features or on the basis of samples where we try to find subgroups of features based on samples. Clustering is used in market segmentation; where we try to find customers that are similar to each other whether in terms of behaviors or attributes, i where we try to group similar regions together.Code for determining optimal number of clusters for K-means algorithm using the 'elbow criterion'

Projects I have done:

  • Feedback of the customer on the Tripadvisor App
  • Private or Non Private institution classification
  • Types of Wine Qualities
  • Spending score of Customer- Grouping Of Customers Based On Their Income And Spending Score Using Agglomerative Hierarchical Clustering.