Skip to content

Latest commit

 

History

History
 
 

quickstart

Open Bandit Pipeline Quickstart Notebooks

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

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