20 lines of code that will beat A/B testing every time - Steve Hanov's Programming Blog
Math seems to make sense. thoughts?
Math seems to make sense. thoughts?
you can't test more than 1 thing at once, because you don't know which variable caused the different results.
you can't test more than 1 thing at once, because you don't know which variable caused the different results.
That is why we make controlled test, changing 1 thing at a time and making adjustments.
Also showing 3 different land pages at the same time is retarded.
Not sure if tomaszjot
....<snip>
Iteration 4:
1/4 - 25% 1/4 = 25% 2/4 = 50%
we chose subject #3 to show in 100% of the cases, until its results prove themselves not satisfying.
Here is where he fails. If for some reason those results are skewed and subject #3 is not the best, there will be needed 5 more iterations until that is proven.
. ...<snip>
def choose():
if math.random() < 0.1:
# exploration!
# choose a random lever 10% of the time.
else: