[PYTHON] pca.components_ of sklearn is the correlation coefficient between the principal component and the feature, and is called the factor loading.

I wrote what I wanted to convey in the title.

When I was looking at sklearn's article on PCA, the explanation of the meaning of pca.components_ was often swept away with a vague feeling, so I wrote it here.

If you want to know a little more, please see the 25th page and after of this PDF. Microsoft PowerPoint --Statistical Science Laboratory_R_Principal Component Analysis.ppt

Recommended Posts

pca.components_ of sklearn is the correlation coefficient between the principal component and the feature, and is called the factor loading.
The answer of "1/2" is different between python2 and 3
Easily visualize the correlation coefficient between variables
The behavior of @property is different between class definition and old and new styles
What is the difference between `pip` and` conda`?
About the difference between "==" and "is" in python
What is equal repayment of principal and interest and equal repayment of principal and interest?
What is the difference between Unix and Linux?
The timing when the value of the default argument is evaluated is different between Ruby and Python.