K-Means Clustering Project
Applying it to a real dataset.
1
K-Means Clustering Project
In this project, we’ll apply K-Means clustering to a real-world dataset: customer segmentation. The goal is to group customers based on their spending patterns.

2
Dataset Overview
The dataset contains the following columns:
- Customer ID: Unique identifier for each customer.
- Age: Age of the customer.
- Annual Income: Annual income in thousands of dollars.
- Spending Score: A score assigned based on customer behavior and spending patterns (1–100).