fa_kit
fa_kit copied to clipboard
Factor Analysis Kit
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.
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_testhas the main package./exampleshas Jupyter notebooks that demonstrate how to use the package./testscontains 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)