david-cortes / contextualbandits

Python implementations of contextual bandits algorithms
http://contextual-bandits.readthedocs.io
BSD 2-Clause "Simplified" License
750 stars 148 forks source link

Missing input to _check_beta_prior function. #74

Closed VJvR closed 3 weeks ago

VJvR commented 3 weeks ago

In this line, "nchoices" should be passed as well.

david-cortes commented 3 weeks ago

Thanks, should be fixed now.