kevinhughes27 / pyIPCA

python package for Incremental Prinicpal Component Analysis
18 stars 5 forks source link

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!