Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rotation argument for scikit-learn's factor analysis

One of the hallmarks of factor analysis is that it allows for non-orthogonal latent variables.

In R for example this feature is accessible via the rotation parameter of factanal. Is there any such provision for sklearn.decomposition.FactorAnalysis? Clearly it's not among the arguments - but maybe there is another way to achieve this?

Sadly I have been unable to find many examples of usage for this function.

like image 280
TheChymera Avatar asked Aug 12 '26 04:08

TheChymera


1 Answers

Interesting question. I think there are no rotations implemented indeed - see this issue.

Maybe this implementation is what you are looking for.

like image 126
rll Avatar answered Aug 14 '26 16:08

rll



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!