PCA: variance explained
A PCA has been performed on a subset of the house sales data. The data is in house_sales_df
and contains eight features. The PCA results are in pca_res
. Use summary()
to explore the variance explained by the principal components.
How many principal components would you need to explain at least 70% of the variance in the original data?
Cet exercice fait partie du cours
Dimensionality Reduction in R
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
