There was an error while loading. Please reload this page.
This page describes the setup & resources for the interactive tutorial I give about LensKit.
Download and install Anaconda (the Python 3 version).
Update Anaconda and install LensKit by running the following in an Anaconda prompt:
conda update --all conda install -c lenskit lenskit
Download the data sets: the ml-100k and ml-20m MovieLens data from https://grouplens.org/datasets/movielens/
ml-100k
ml-20m
Create a tutorial/project directory and unpack your data sets there.