Skip to content

gpapadop79/pyrsvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyrsvd
------

A regularized singular value decomposition solver for collaborative filtering written in python. 

For further information see http://code.google.com/p/pyrsvd/. 

Installation
------------

For system wide installation use::

  $ python setup.py install

If you want to build the extension in place use::

  $ python setup.py build_ext -i

and don't forget to add the pyrsvd directory to your PYTHONPATH::

  $ export PYTHONPATH=$PYTHONPATH:path/to/pyrsvd


For bug reporting, please mail to:
<peter.prettenhofer@gmail.com>

About

Automatically exported from code.google.com/p/pyrsvd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published