- Import necessary libraries.
- Preprocess the data: Standardized the features to ensure equal contribution.
- Determine the optimal number of clusters using the Elbow method: The Elbow graph indicated 3 as the optimal number.
- Apply KMeans clustering: Clustered the data into 3 clusters.
- Visualize the clusters: Created a scatter plot to visually represent the clusters.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|