https://github.com/akhileshthite/clustering
Mall Customers
https://github.com/akhileshthite/clustering
clustering hierarchical-clustering kmeans-clustering machine-learning
Last synced: 4 months ago
JSON representation
Mall Customers
- Host: GitHub
- URL: https://github.com/akhileshthite/clustering
- Owner: akhileshthite
- Created: 2020-08-17T06:22:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T19:57:13.000Z (over 4 years ago)
- Last Synced: 2025-01-22T00:51:23.729Z (5 months ago)
- Topics: clustering, hierarchical-clustering, kmeans-clustering, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 517 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clustering: Mall Customers
• The dataset contains some customer information of a mall along with their mall spending time (entries).
• I've successfully separated all the customers into groups by using **"K-means clusturing"** algorithm, So advertisers can target a specific group of customers to increase the profits of the mall.