Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinhughes27/pyipca

python package for Incremental Prinicpal Component Analysis
https://github.com/kevinhughes27/pyipca

Last synced: 3 months ago
JSON representation

python package for Incremental Prinicpal Component Analysis

Awesome Lists containing this project

README

        

pyIPCA
======

a python package for Incremental Principal Component Analysis(IPCA) that conforms to the scikit-learn API.

Installation
------------

python setup.py install

Dependencies
-------------

The IPCA algorithms require scikit-learn and numpy. The examples require matplotlib and OpenCV(the cv2 module, which seems to be installed along with scikit-learn these days ...?)

Contributing
------------

Submit a pull request!