This repository has been archived by the owner. It is now read-only.
Make ab-tests create 50/50 cohorts #3674
Closed
Milestone
Comments
|
putting this in 58, but this is kick-outable |
ianb
added a commit
that referenced
this issue
Nov 3, 2017
This separates out people who are excluded from a test, from those who are in the control for the test. 50% of people always go to control, and 50% go into some experiment branch. People who aren't in either go into the 'exclude' category.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should change ab-tests.js to do cohort selection, then 50/50 control/experiment (or 33/33/33 for three tests, etc). The cohort selection might be 99/1, 90/10, 90/10 except only en-US, etc.
I think we should change from just
("control", experiment_name)to("excluded", "control", experiment_name).The text was updated successfully, but these errors were encountered: