|
|
|
|
|
by ReadingInBed
3727 days ago
|
|
I thought this was a pretty good follow up to show the strengths and weaknesses of this approach: https://vwo.com/blog/multi-armed-bandit-algorithm/. Personally I think this approach makes a lot more sense than a/b testing especially when often people hand off the methodology to a 3rd party without knowing exactly how they work. |
|
From the first link below: "They do make a compelling case that A/B testing is superior to one particular not very good bandit algorithm, because that particular algorithm does not take into account statistical significance.
However, there are bandit algorithms that account for statistical significance."
* https://www.chrisstucchio.com/blog/2012/bandit_algorithms_vs...
* https://www.chrisstucchio.com/blog/2015/dont_use_bandits.htm...