Clustering Algorithm for data with mixed Categorical and Numerical features
Clustering is an unsupervised machine learning technique that devices the population into several clusters or groups in such a way that data points in a cluster are similar to each other, and data points in different clusters are dissimilar. k-Means is a popular clustering algorithm that is limited to only numerical data.