Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 857 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 857 Bytes

Python package: glmpca

Build Status

Generalized PCA for non-normally distributed data. If you find this useful please cite Feature Selection and Dimension Reduction based on a Multinomial Model.

An R implementation is also available.

Install

The release version of glmpca package can be installed from pypi

pip3 install glmpca

The development version can be installed from github

pip3 install git+https://github.com/willtownes/glmpca-py.git@master

Issues and bug reports

Please use https://github.com/willtownes/glmpca-py/issues to submit issues, bug reports, and comments.