Created
May 15, 2023 22:47
-
-
Save eustin/b837543086eb98cb107ed02d4f29a5cf to your computer and use it in GitHub Desktop.
stat_sig_random_8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simulated_control_group = all_users[:NUM_CONTROL_USERS] | |
simulated_variant_group = all_users[NUM_CONTROL_USERS:] | |
simulated_control_group, simulated_variant_group | |
#> (array([0., 1., 1., 0., 1., 1.]), array([1., 0., 0., 0., 1., 1.])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment