I need to use Principal Component Analysis from Python. The MDP library offers PCA functionality, but the documentation is not very clear to me. I used previously PCA from SPSS, which offered various options for PCA (such as different rotations).
If anyone is familiar with both MDP and SPSS, please highlight the equivalent settings for PCA in SPSS to obtain similar results to PCA from MDP (mdp.nodes.PCANode() - for simplicity, let's consider default values).
FACTORcommand to both extract principal components as well as other exploratory factor analysis approaches. – Andy W Dec 28 '12 at 15:29