The multi-armed bandit problem (2012)
41–50 of 82 posts
Re: The multi-armed bandit problem (2012)
#42Re: The multi-armed bandit problem (2012)
#43Earlier quoted context omitted.
Statistical significance isn't necessary for deriving value from information! The point of multi-armed bandit is that you use the best information you currently have, while also not taking that information too seriously. In a context where experiments have a cost and you need results, this makes more sense than gathering more and more data until you meet statistical significance thresholds.
If random noise is more likely to explain the validity of one hypothesis over another, then your information has very little value.
Re: The multi-armed bandit problem (2012)
#44To toot my own horn a bit, I wrote a blog post about Bayesian bandits: https://eigenfoo.xyz/bayesian-bandits/
Re: The multi-armed bandit problem (2012)
#45Earlier quoted context omitted.
Statistical significance isn't necessary for deriving value from information! The point of multi-armed bandit is that you use the best information you currently have, while also not taking that information too seriously. In a context where experiments have a cost and you need results, this makes more sense than gathering more and more data until you meet statistical significance thresholds.
If random noise is more likely to explain the validity of one hypothesis over another, then your information has very little value.
Re: The multi-armed bandit problem (2012)
#46https://towardsdatascience.com/bandits-for-recommender-syste...
Re: The multi-armed bandit problem (2012)
#47https://www.researchgate.net/publication/301935710_Interface...
Re: The multi-armed bandit problem (2012)
#48The purpose of an A/B test isn't to always show the best performing result, it's to perform a _controlled scientific experiment_ with a control group, from which you can learn things. Also, I work in this field and I will just say that people _do_ behave differently based on traffic source: i.e. users coming from Facebook behave alike, but different than traffic from Reddit who act similarly to each other. If you wer…
> The purpose of an A/B test isn't to always show the best performing result The key part is 'not always'. Using A/B tests just to find the better performing version is a valid use case too. And if you have the traffic, multi-armed bandits are a nice way of automating the whole procedure. Even scientifically speaking there is nothing wrong with them. Their biggest issue is that they require a lot of traffic for signi…
Re: The multi-armed bandit problem (2012)
#49The purpose of an A/B test isn't to always show the best performing result, it's to perform a _controlled scientific experiment_ with a control group, from which you can learn things. Also, I work in this field and I will just say that people _do_ behave differently based on traffic source: i.e. users coming from Facebook behave alike, but different than traffic from Reddit who act similarly to each other. If you wer…
Out of curiosity, what is your hypothesis for explaining this difference in behavior? Would you say it's primarily due to differing contexts in which a link is posted, or differing populations on each platform? Or maybe these both contribute about equally?
Stated another way: would you expect the same individual to behave differently coming from Facebook versus coming from reddit, if they happen to be a user of both?
Re: The multi-armed bandit problem (2012)
#50Earlier quoted context omitted.
I disagree. I’ve spent a lot of time staring at bandit outcomes and usually they match some sort of intuition of why a variant might be exceptional.
That could be post-hoc reasoning, though. It would be interesting to pre-register your hypotheses, or see whether you could tell bandit outcomes from random ones.
I’m looking for variants that win. When I find one that wins I look at it and try to add more of the same flavor to the product.
This process works.