20 lines of code that beat A/B testing (2012)
stevehanov.ca
20 lines of code that beat A/B testing (2012)
1–10 of 164 posts
Re: 20 lines of code that beat A/B testing (2012)
#2Re: 20 lines of code that beat A/B testing (2012)
#3Re: 20 lines of code that beat A/B testing (2012)
#4It should instead say "Like many techniques in machine learning, the simplest strategy is easiest to implement" as the title of the post (20 lines) makes it clear.
Re: 20 lines of code that beat A/B testing (2012)
#5Re: 20 lines of code that beat A/B testing (2012)
#6Offtopic, but why do i have to enable Javascript to even see anything?
Edit: hahaha what. It appears the content is laid out with JavaScript. So basically they're using JavaScript as a more dynamic CSS. Let that sink in. They're using JavaScript as CSS.
It sorta-kinda makes sense for the fancy stream of comments but still... why is it a requirement!?
Re: 20 lines of code that beat A/B testing (2012)
#7Re: 20 lines of code that beat A/B testing (2012)
#8edit: Ah, 'ReadingInBed beat me to it. tl;dr: Bandit approaches might not _always_ be the best, and they tend to take longer to reach a statistically significant result.
Re: 20 lines of code that beat A/B testing (2012)
#9Offtopic, but why do i have to enable Javascript to even see anything?
That is really weird. Technically the content is there all along (so it's not loaded in by JavaScript) but you still have to have JavaScript enabled for it to render. Who designed that!? Edit: hahaha what. It appears the content is laid out with JavaScript. So basically they're using JavaScript as a more dynamic CSS. Let that sink in. They're using JavaScript as CSS. It sorta-kinda makes sense for the fancy stream of…
#main {
visibility: visible !important;
}Re: 20 lines of code that beat A/B testing (2012)
#10Offtopic, but why do i have to enable Javascript to even see anything?
That is really weird. Technically the content is there all along (so it's not loaded in by JavaScript) but you still have to have JavaScript enabled for it to render. Who designed that!? Edit: hahaha what. It appears the content is laid out with JavaScript. So basically they're using JavaScript as a more dynamic CSS. Let that sink in. They're using JavaScript as CSS. It sorta-kinda makes sense for the fancy stream of…