Credit Card Segmentation
Credit Card Segmentation
K-Means Clustering
Firstly, for preprocessing the data we found the mean value to replace the
missing values in the data set. We also performed data standardization and applied
PCA technique for dimensionality reduction.
This the graph plotted using k-means algorithm.
One of the problems faced in k-means is that we have to specify the number of clusters
in order to use which is difficult to know in prior in most of the cases.
DBSCAN Clustering
In density-based spatial clustering of applications with noise (DBSCAN)
algorithm,
In k-means algorithms, clusters depend on the mean value of cluster elements and a
slight change in data points might affect the clustering outcome. This issue is
overcomed in DBSCAN due to the way clusters are formed
In this case we used two parameters of dbscan, minpts ie the minimum number of
points clustered together as well as eps which is a distance measure used to find
points which are nearby.
Agglomerative clustering
Using Agglomerative clustering, we grouped different similar data objects in clusters.
here each cluster is distinct from each
Where the endpoint is a set of clusters, w
other cluster, and the objects within each cluster are broadly similar to each other.
Conclusion
There are mainly 4 clusters identified. They are: