erdogant / pca

pca: A Python Package for Principal Component Analysis.
https://erdogant.github.io/pca
MIT License
284 stars 42 forks source link

Varimax and Promax usage, an alternative to ICA? #45

Open BradKML opened 1 year ago

BradKML commented 1 year ago

there is this repo that brought up the ideas of a transformation based on increasing variance. https://github.com/alfredsasko/advanced-principle-component-analysis If maximizing variance and maximizing independence between factors look so similar, what could be the difference? https://danielroelfs.com/blog/a-basic-comparison-between-factor-analysis-pca-and-ica/