Metadata-Version: 2.1
Name: logisticpca
Version: 0.3.3
Summary: Logistic PCA: Dimensionality reduction for binary data via MM algorithm.
Home-page: https://github.com/azaidr/logisticpca
Author: Reda Abouzaid
Author-email: azaidr00@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn

# LogisticPCA

A Python implementation of Logistic PCA for dimensionality reduction of binary data.
Supports Logistic PCA and Probabilistic PCA.

## Installation
```bash
pip install logisticpca

