Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 889 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 889 Bytes

Search and Discovery Bandits Project

Dan Turkel, Chris Ick, Aidan Claffey, Johnny Ma

Local Setup

Included in this repo are only the toy versions of the Deezer and OBD datasets.

It is recommended to download the full versions somewhere on your filesystem and then symlink them into this repo as follows:

$ cd data
$ ln -s ~/path/to/obd_full open_bandit_dataset
$ ln -s ~/path/to/deezer_full deezer_carousel_bandits

Quick Links