Practical Bandits - An Industry Perspective

This repository contains the hands-on exercises that are part of the practical bandits tutorial @ TheWebConf 2023 in Austin, Texas

Setting up the requirements

Requirements are managed through Poetry.

Simply install Poetry through pip (or any other package manager of choice)

pip install poetry

Install all the dependencies through Poetry, packages will be places in a virtual environment managed by Poetry.

poetry install

To activate the virtual environment, run:

poetry shell

Finally, a Jupyter notebook server can be started in order to access and interact with the notebooks provided in the notebook.

jupyter notebook

Profit.