Created
May 15, 2023 22:43
-
-
Save eustin/df9a28dc9bce5e0b212c1f3dbbff342e to your computer and use it in GitHub Desktop.
stat_sig_random_3.py
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
control_conversion_rate = control_users.mean() | |
print(f"control conversion rate: {control_conversion_rate:.1%}") | |
#> control conversion rate: 50.0% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment