Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Objective: Applying Factor Analysis on a Dataset.

In this assignment, you are provided with a file (FA_Assignment.py) containing a python program for
achieving the above objective. The starter code runs on a sample X! Not the dataset. Therefore, you need
to upgrade the FA_Assignment.py file by considering the following points.

1. Utilize pandas for processing your dataset.


2. Utilize only those features which are mentioned in the video given along with this assignment!
3. Show the graph plot for the loading matrix with respect to the Factor Analysis.
4. You need to write down the explanation regarding the hidden factors considered by your factor
analysis model!
5. You should also write the overall explanation which describes the output produced by Factor
Analysis with respect to the given dataset.

Your solution should contain a) Upgraded_FA_Assignment.py and b) Explanation.pdf included in a zip file
(this zip file should be entitled with your roll-number and course-code).

You might also like