Skip to content

0.3.2

Compare
Choose a tag to compare
@usaito usaito released this 07 Nov 17:01
· 795 commits to master since this release
0667738

This release enhances the OBP package in the following ways.

  • add some new contents to the obp document: https://zr-obp.readthedocs.io/en/latest/index.html
    • In particular, you can use "off-policy evaluation" section as a textbook about this area
  • add obp.dataset.MultiClassToBanditReduction class for handling multi-class classification datasets as bandit feedback #19
  • add continuous reward option to obp.dataset.SyntheticBanditDataset
  • add squared error (se) option for the evaluation of OPE with obp.ope.OffPolicyEvaluation
  • fix some README and docstring inconsistencies
  • refactor the dataset and ope modules