karelin / pyrsvd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 http://code.google.com/p/pyrsvd

License:MIT License


Languages

Language:Python 98.1%Language:Makefile 1.9%