Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人在 Numpy 数组上遇到过用于 varimax 旋转的良好预先存在的代码?
在 C 或 Fortran 中优化的东西会很好,但我遇到的只是对同一件事的微弱和遥远的请求。
我用这个库来做 pca,它就像一个魅力。我很确定你要找的东西在那里。
此外,如果您熟悉 R,则始终可以使用Rpy将 R 用作服务。它易于使用且灵活。
我已经多次查找在堆栈溢出上的 python 中进行因子分析和 varimax rotatiion 的解决方案,以至于我最近制作了自己的包fa-kit。您可以将其安装为pip install fa-kit并浏览示例笔记本以了解如何使用它。
pip install fa-kit
即使这是一个旧帖子,我还是扔掉这个链接,以防将来有其他人通过谷歌到达这里。