Python Recsys

A python library for implementing a recommender system
Alternatives To Python Recsys
Select To Compare


Readme

============= python-recsys

A python library for implementing a recommender system.

================== INSTALLATION NOTES

  1. Dependencies

python-recsys is build on top of Divisi2, with csc-pysparse (Divisi2 also requires NumPy, and uses Networkx). python-recsys also requires SciPy.

To install the dependencies do something like this (Ubuntu):

sudo apt-get install python-scipy
sudo apt-get install python-numpy
sudo pip install csc-pysparse networkx divisi2

# If you don't have pip installed then do:
# sudo easy_install csc-pysparse
# sudo easy_install networkx
# sudo easy_install divisi2
  1. Download

Download python-recsys from github: ocelma/python-recsys

  1. Install

    tar xvfz python-recsys.tar.gz cd python-recsys sudo python setup.py install

..and you're all set! (hopefully)

Popular Machine Learning Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Python Library
Recommendation System