Skip to content

A Python scikit for building and analyzing recommender systems

License

Notifications You must be signed in to change notification settings

leebaro/Surprise

Repository files navigation

Build Status license python_versions

RecSys

author: Nicolas Hug

Overview

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.

Installation / Usage

To install use pip:

$ pip install recsys

Or clone the repo:

$ git clone https://github.com/Niourf/recsys.git
$ python setup.py install

Documentation, Getting Started

The documentation with many usage examples is available online on ReadTheDocs.

License

This project is licensed under the GPLv3 license - see the LICENSE.md file for details.

About

A Python scikit for building and analyzing recommender systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%