Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevinhughes27/pyipca
- Owner: kevinhughes27
- Created: 2014-01-11T21:05:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-11T21:14:38.000Z (about 11 years ago)
- Last Synced: 2023-10-20T20:57:14.705Z (over 1 year ago)
- Language: Python
- Size: 3.61 MB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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!