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

https://github.com/codeslash21/analyze-a-b-test-results

Analyze results of an A/B test run by an e-commerce website.
https://github.com/codeslash21/analyze-a-b-test-results

ab-test data-analysis

Last synced: 5 months ago
JSON representation

Analyze results of an A/B test run by an e-commerce website.

Awesome Lists containing this project

README

          

# Analyze-A-B-Test-Results

## Introduction:

For this project, we will work to understand the results of an A/B test run by an e-commerce website. The company has developed a new web page in order to try and increase the number of users who "convert," meaning the number of users who decide to pay for the company's product. Our goal to help the company understand if they should implement this new page, keep the old page, or perhaps run the experiment longer to make their decision.

## Software:
One can do this project in Jupyter Notebook.
For doing this project one has to install the following packages -
- Pandas
- Numpy
- Matplotlib
- Statsmodels

## Project Steps:

### Data Wrangling:
- remove duplicates or records with missing or mismatched values
- handle the rows where the landing_page and group columns don't align
### Data Analytics:
- Compute probabilities of converting:
- regardless of page.
- Given that an individual received the treatment
- Given that an individual received the control page
- Perform Hypothesis Testing and calculate p-values
- Conduct Logistic Regression