Does anyone know how to perform svd operation on a sparse matrix in python? it seems that their is no such functionality provided in scipy.sparse.linalg.
+1
A:
You can try scipy.sparse.linalg.svd, although the documentation is still a work-in-progress and thus rather laconic.
Vedrana Janković
2010-09-30 21:02:43
A:
Sounds like http://pypi.python.org/pypi/sparsesvd is what you're looking for (just run "easy_install sparsesvd)".
Radim
2010-10-22 19:03:07