Freator / lkpy

Python recommendation toolkit

Home Page:https://lkpy.lenskit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python recommendation tools

Build Status codecov Maintainability

LensKit is a set of Python tools for experimenting with and studying recommender systems. It provides support for training, running, and evaluating recommender algorithms in a flexible fashion suitable for research and education.

Python LensKit (LKPY) is the successor to the Java-based LensKit project.

Installing

To install the current release with Anaconda (recommended):

conda install -c lenskit lenskit

Or you can use pip:

pip install lenskit

To use the latest development version, install directly from GitHub:

pip install -U git+https://github.com/lenskit/lkpy

Then see Getting Started

Resources

About

Python recommendation toolkit

https://lkpy.lenskit.org

License:MIT License


Languages

Language:Python 90.4%Language:Jupyter Notebook 9.6%Language:Batchfile 0.0%Language:Shell 0.0%