factor_analyzer icon indicating copy to clipboard operation
factor_analyzer copied to clipboard

A Python module to perform exploratory & confirmatory factor analyses.

Results 27 factor_analyzer issues
Sort by recently updated
recently updated
newest added

**Bug Description** When using the principal method with lapack SVD instead of randomized, the loadings matrix returned by FactorAnalyzer is always given in full, it has shape n_cols x n_cols,...

**Did you read the notes?** yes **Describe the bug** force_all_finite is deprecated. your repo has ensure_all_finite, but the package on pypi, v0.5.1 still has the deprecated function. **To Reproduce** .fit(...)...

**Describe the bug** I just want to install factor_analyser but for some reasons I can't. It looks like missing some directories and/or files. I have no return of something happened...

As it is currently implemented, it appears that the fit function of confirmatory_factor_analyzer assumes that you'll give it an arraylike object or a dataframe. But it doesn't use the column...

**Did you read the notes?** Make sure that you have read the [Important notes](https://factor-analyzer.readthedocs.io/en/latest/notes.html) section before you file an issue. **Describe the bug** A clear and concise description of what...

Adds tox to run python version compatibility tests locally. Updates gitlab ci script to run the tests in Python 3.9 through 3.13 environments. #144

**Is your feature request related to a problem? Please describe.** The Readme and setup show that the package is compatible with python versions 3.8 through 3.11. **Describe the solution you'd...