VowpalWabbit / coba

Contextual bandit benchmarking
https://coba-docs.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
48 stars 19 forks source link

Coba 4.0.0 Pull Request #11

Closed mrucker closed 2 years ago

mrucker commented 2 years ago

This pull request upgrades contains a number of API changes and functionality upgrades.

At a very high level this pull request has three main goals:

  1. Improve support for streaming large data sets
  2. Make Experiment extensible for techniques such as off-policy evaluation
  3. Refactor simulations to support more kinds of data (e.g., logged bandit data )

More specifically this pull request contains the following