Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 244 Bytes

File metadata and controls

10 lines (8 loc) · 244 Bytes

Empirical Evaluation of Bandit Algorithms

Using Yahoo! Webscope TODAY article click data to test a variety of bandit algorithms.

Currently expect to test:

  • Epsilon-greedy
  • UCB (context-less)
  • UCB (indexed)
  • GLM-UCB
  • Thompson Sampling