Skip to content

arcolano/blog-ab-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blog-ab-testing

Supporting code for my blog posts about A/B testing.

Setup

If you want to ensure you're using the correct packages, then you can create a virtual environment using virtualenv and install the required packages using the provided requirements.txt file:

mkdir ~/envs
virtualenv ~/envs/blog-ab-testing
source ~/envs/blog-ab-testing/bin/activate
pip install -r requirements.txt

About

Supporting code for my blog posts about A/B testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published