Learn Before
Concept
Deciding How Many Principal Components to Use
A typical n × p data matrix X has min(n − 1, p) distinct principal components, but we are not always interested in all of them. Instead, we should strive for the minimum number of principal components required to understand the data properly. This can be done through examining a scree plot, where we can eyeball the scree plot to choose the minimum number of principal components needed to form a good explanation of the variation in the data.
0
3
Updated 2020-03-07
Tags
Data Science