Radhika PCA - Problem Statement
Radhika PCA - Problem Statement
Instructions:
Please share your answers filled in-line in the word document. Submit code separately
wherever applicable.
Please ensure you update all the details:
Name:vaanishree
Batch ID: 30/11/2021
Topic: Principal Component Analysis
Problem Statement: -
Perform hierarchical and K-means clustering on the dataset. After that, perform PCA on
the dataset and extract the first 3 principal components and make a new dataset with
these 3 principal components as the columns. Now, on this new dataset, perform
hierarchical and K-means clustering. Compare the results of clustering on the original
dataset and clustering on the principal components dataset (use the scree plot
technique to obtain the optimum number of clusters in K-means clustering and check if
you’re getting similar results with and without PCA).
Note: This is just a snapshot of the data. The datasets can be downloaded from AiSpry LMS in
the Hands-On Material section.
ANS - I attached all programs code for that problem statement.Please see in python code
because here and there I maintain code with explanation.