06 | PCA, applied
Objectives
- Download the
.csvfile found in\assignments\06.inClasson the shared Google Drive. - Load the file into a dataframe. Explore the data.
- Create a
.mdfile that will serve as documentation of your work. - Select the features that you would like to apply PCA to. In your documentation, explain why you have chosen these features.
- Create one or more visualizations of your selected variables.
- Apply PCA. Produce a scree plot. How many components would you need to explain the majority of your data?
- Plot the reprojected data and examine the loadings. In your documentation, explain the physical meanings of (at least) the first two principal components.
- Upload both your code and your
.mdfile onto the class repository (under/inClass/06.PCA/yourGroupName/).
Deadline
You should complete this assignment by the end of class.