Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 438 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 438 Bytes

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!