https://github.com/bmcmenamin/fa_kit
Factor Analysis Kit
https://github.com/bmcmenamin/fa_kit
broken-stick factor-analysis quartimax varimax
Last synced: 3 months ago
JSON representation
Factor Analysis Kit
- Host: GitHub
- URL: https://github.com/bmcmenamin/fa_kit
- Owner: bmcmenamin
- License: mit
- Created: 2017-08-27T21:08:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T14:07:19.000Z (over 8 years ago)
- Last Synced: 2026-02-15T07:42:30.852Z (4 months ago)
- Topics: broken-stick, factor-analysis, quartimax, varimax
- Language: Python
- Size: 2.53 MB
- Stars: 21
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fa_kit
Factor Analysis Kit version 0.1.2
I've re-written various factor analysis tools for my own use several times over the years, so I'm trying to come up with a single factor analysis package that does everything I want. See also, [this](https://bmcmenamin.github.io/2017/09/12/releasing-fa-kit.html).
This is compatible with Python 2 and 3 on my Mac test machine, but the using the TensorFlow rotations will requireqs Python 3 on Windows machines.
Directory layout:
* `./fa_test` has the main package
* `./examples` has Jupyter notebooks that demonstrate how to use the package
* `./tests` contains pytest unit tests
# Installation
You can install it using pip like this: `pip install fa_kit`
If you want to use the tensorflow rotations, you'll also need to install tensorflow (e.g.,`pip install tensorflow`)