Skip to content

LensKitTutorial

Michael Ekstrand edited this page Nov 26, 2018 · 1 revision

This page describes the setup & resources for the interactive tutorial I give about LensKit.

Prerequisites

  • 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/

  • Create a tutorial/project directory and unpack your data sets there.

Clone this wiki locally