A/B Testing Examples
This repo contains the notebook AB_Testing.ipynb where you can find different worked examples of A/B Testing from the article “A/B Testing — A complete guide to statistical testing”.
Installation
The code was tested with Python 3.8 on Mac OS X and Linux. To make sure you have the right dependencies, please install the requirements as follows:
pip install -r requirements.txt