Skip to content

Latest commit

 

History

History

quickstart

Open Bandit Pipeline Quickstart Notebooks

This page contains a list of quickstart notebooks written with Open Bandit Pipeline.

  • obd.ipynb Open In Colab: a quickstart guide of using Open Bandit Dataset and Pipeline to conduct some OPE experiments.
  • synthetic.ipynb Open In Colab: a quickstart guide to implement the standard off-policy learning, OPE, and the evaluation of OPE on synthetic bandit data with Open Bandit Pipeline.
  • multiclass.ipynb Open In Colab: a quickstart guide to handle multi-class classification data as logged bandit data for the standard off-policy learning, OPE, and the evaluation of OPE with Open Bandit Pipeline.
  • online.ipynb Open In Colab: a quickstart guide to implement OPE and the evaluation of OPE for online bandit algorithms with Open Bandit Pipeline.
  • opl.ipynb Open In Colab: a quickstart guide to implement off-policy learners and the evaluation of off-policy learners with Open Bandit Pipeline.
  • synthetic_slate.ipynb Open In Colab: a quickstart guide to implement OPE and the evaluation of OPE for the slate recommendation setting with Open Bandit Pipeline.