Day14-PCA - Problem Statement
Day14-PCA - Problem Statement
Instructions:
Please share your answers wherever applicable in-line with the word document. Submit code
separately wherever applicable.
Guidelines:
1. An assignment submission is considered complete only when correct and executable code(s) are submitted along
with the documentation explaining the method and results. Failing to submit either of those will be considered an
invalid submission and will not be considered as correct submission.
2. Ensure that you submit your assignments correctly and in full. Resubmission is not allowed.
3. Post the submission you can evaluate your work by referring to keys provided. (will be available only post the
submission).
Hints:
1. Business Problem
1.1. What is the business objective?
1.1. Are there any constraints?
2. Work on each feature of the dataset to create a data dictionary as displayed in the below
image:
2.1 Make a table as shown above and provide information about the features such as its data type
and its relevance to the model building. And if not relevant, provide reasons and a description of the
feature.
3. Data Pre-processing
3.1 Data Cleaning, Feature Engineering, etc.
4. Exploratory Data Analysis (EDA):
4.1. Summary
4.2. Univariate analysis
4.3. Bivariate analysis
6. Write about the benefits/impact of the solution - in what way does the business (client)
benefit from the solution provided?
Problem Statement: -
1. 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.