willtownes / glmpca-py

generalized principal component analysis (GLM-PCA) implemented in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

generalized principal component analysis (GLM-PCA) implemented in python

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%