ICP6 - SaranAkkiraju/Python_and_Deep_Learning_Programming_ICP GitHub Wiki

Objectives

  • Apply K means clustering in the data set given

  • Remove any null values by the mean Null

  • Use the elbow method to find a good number of clusters with the KMeans algorithm Elbow

  • Calculate the silhouette score for the above clustering before_PCA

  • Apply PCA on the same dataset. PCA

Bonus

  • Apply kmeans algorithm on the PCA result and report your observation if the score improved or not? After_PCA Note: The score after applying PCA has not improved