K-MEANS CLUSTERING
Label Encoding
One Hot Encoding
pandas
numpy
matplotlib.pyplot
sklearn.cluster
KMeans(n_clusters)
KMeans(init)
KMeans(max_iter)
KMeans(n_init)
Dummy Variable Trap
Random Initialziation Trap
Unsupervised Learning
scikit-learn
KDNuggets