pyIPCA
pyIPCA copied to clipboard
python package for Incremental Prinicpal Component Analysis
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!