- Load the dataset CreditCards.csv
into memory.
- Perform the k-means cluster analysis
- Remove the first column: CUST_ID since it doesn’t provide any info for cluster.
- Determine the optimal number of clusters. Justify your answer. It may take longer running time since it uses a large dataset.
- Perform k-means clustering using the optimal number of clusters.
- Visualize the clusters in different colors.