Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.25 KB

File metadata and controls

31 lines (19 loc) · 1.25 KB

A/B Testing: Website Redesign

This project provides an analysis of an A/B test performed on a website redesign for a Datacamp Competition. Python pandas, scipy and statsmodels packages are used to perform a hypothesis test on conversion statistics

Analysis

The analysis includes 2 main parts.

  • Statistical analysis: The script performs several statistical tests to compare the performance of the old and new versions of the website.

  • Effect size calculation: The script also calculates effect sizes for the statistical tests. This can be used to quantify the magnitude of the differences between the old and new versions of the website.

Files

"redesign.csv": This file contains the dataset provided by Datacamp, it includes information about user conversion statistics before/after an new launch page implementation and a new image set.

"ap_test.ipynb": Jupyter notebook that contains the data analysis and A/B test steps.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contributing

Contributions are welcome! If you want to contribute to this project, please fork the repository and submit a pull request with your changes.