https://github.com/victoriapm/analyze_a-b_test_results
Understand the results of an A/B test run by an e-commerce website.
https://github.com/victoriapm/analyze_a-b_test_results
ab-testing data-analysis ecommerce-website
Last synced: 3 months ago
JSON representation
Understand the results of an A/B test run by an e-commerce website.
- Host: GitHub
- URL: https://github.com/victoriapm/analyze_a-b_test_results
- Owner: Victoriapm
- Created: 2020-04-10T10:45:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T16:29:59.000Z (over 3 years ago)
- Last Synced: 2025-01-17T05:43:57.823Z (4 months ago)
- Topics: ab-testing, data-analysis, ecommerce-website
- Language: Jupyter Notebook
- Homepage:
- Size: 6.05 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analyze A/B Test Results
## Introduction
The project consists in creating a jupyter notebook 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.
The goal is to work through the notebook to help the company understand whether if they should implement this new page, keep the old page, or run the experiment longer to make their decision.## Learning objectives
Understand the results of an A/B test run by an e-commerce website.## Analysis Description
## Contents
.ipynb file where the analysis has been developed, contains code with Markdown cells from Jupyter Notebook.
.html file output of the .ipynb converted to web version for easy viewing
.csv files with the data used to conduct the analysis## Pre-requisites
No installation is needed to view the analysis.
To reproduce the project an installation of Python 3.5 and the following libraries is needed:
- pandas
- NumPy
- Matplotlib
- csv
A link to instructions written by me in a blog post [here](https://medium.com/swlh/setting-up-a-python-postgres-environment-for-data-science-abd6503c7d0a)