david-cortes / contextualbandits

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

Continuous Covariates #21

Closed Sharad24 closed 4 years ago

Sharad24 commented 4 years ago

In any of the online CBs, is it possible for the covariate input (X) to be from a continuous space?

david-cortes commented 4 years ago

All of them accept continuous 'X', as long as the base_algorithm that you pass to them does so too.