(Image Source: https://www.travelpayouts.com/blog/a-b-and-split-tests/)
Table of contents section does not work properly when the Jupyter Notebook file is viewed on GitHub. Please use its HTML version or view it with NBViewer
for the best experience
- Downloaded from Kaggle: https://www.kaggle.com/datasets/zhangluyuan/ab-testing
- Contains information of users interaction with different versions of a landing page, and whether users converted (completed a purchase/booking)
- Perform cleaning steps to avoid redundancy and improve the data quality
- Utilize appropriate AB testing techniques to conduct hypothesis tests
- .ipynb: Python script containing codes for the AB testing process
- .html: the printed output of the .ipynb script
- .csv: the data set used