-
Notifications
You must be signed in to change notification settings - Fork 62
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.
-
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
andml-20m
MovieLens data from https://grouplens.org/datasets/movielens/ -
Create a tutorial/project directory and unpack your data sets there.