author: Nicolas Hug
RecSys is an open source Python package that provides with tools to build and evaluate the performance of many recommender system prediction algorithms. Its goal is to make life easy(-ier) for reseachers and students who want to play around with new recommender algorithm ideas.
A strong emphasis is laid on documentation, which we have tried to make as clear and precise as possible by pointing out every details of the algorithms, in order for the practitioner to have perfect control over his experiments.
To install use pip:
$ pip install recsys
Or clone the repo:
$ git clone https://github.com/Niourf/recsys.git
$ python setup.py install
The documentation with many usage examples is available online on ReadTheDocs.
This project is licensed under the GPLv3 license - see the LICENSE.md file for details.