Hacker News new | ask | show | jobs
by laarc 3845 days ago
Does anyone know of some resources for implementing PCA? I need it for some research regarding graphics.
1 comments

Sklearn is a python package with a built-in PCA method that is easy to use... I can recommend it. http://scikit-learn.org/stable/modules/generated/sklearn.dec...
Perfect. Thanks!