An open API service indexing awesome lists of open source software.

https://github.com/ireneflorez/e_commerce_a_b_test_analysis

website A/B test data analysis
https://github.com/ireneflorez/e_commerce_a_b_test_analysis

data-analysis jupyter-notebook matplotlib numpy pandas python statsmodels

Last synced: 2 months ago
JSON representation

website A/B test data analysis

Awesome Lists containing this project

README

        

# A/B Test Data Analysis

For this project, we work to understand the results of an A/B test run by an e-commerce website. The goal is to help the company understand if they should implement the new page, keep the old page, or perhaps run the experiment longer to make their decision.

Tools used:
* Python
* Jupyter Notebook
* pandas
* random
* matplotlib.pyplot
* statsmodels

Sections
* Part I - Probability & Descriptive Statistics
* Part II - A/B Test
* Part III - Regression Analysis