An open API service indexing awesome lists of open source software.

https://github.com/cyprianfusi/credit-card-customer-segmentation-using-k-means-algorithm

You are a data scientist working for a credit card company. You're asked to help segment a dataset containing information about the company’s clients into different groups to enable the company to apply different business strategies for each type of customer.
https://github.com/cyprianfusi/credit-card-customer-segmentation-using-k-means-algorithm

customer-segmentation kmeans-clustering pandas-python unsupervised-machine-learning

Last synced: 9 months ago
JSON representation

You are a data scientist working for a credit card company. You're asked to help segment a dataset containing information about the company’s clients into different groups to enable the company to apply different business strategies for each type of customer.

Awesome Lists containing this project

README

          

# Credit-Card-Customer-Segmentation-using-k-means-Algorithm
## The Scenario
You are a data scientist working for a credit card company. You're asked to help segment a dataset containing information about the company’s clients
into different groups to enable the company to apply different business strategies for each type of customer.

## The Dataset
The dataset is named [customer segmentation](https://www.kaggle.com/datasets/yasserh/customer-segmentation-dataset) and it can be downloaded from Kaggle. We have been told that the data engineering team has already cleaned most of the data so we can focus on building the best possible model to segment the data. Also, in a planning meeting with the Data Science coordinator, it was decided that we should use the **`K-means`** algorithm to segment the data.

**It's worth noting that `k.means` is an `unsupervised` machine learning algorithm. In `segmentation` or `clustering`, all the columns are considered as features and there is no such thing as target.**