A/B tests are very commonly performed by data analysts and data scientists. It is important that you get some practice working with the difficulties of these.
For this project, you will be working 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. Your goal is to work through this notebook 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.
The data and the Jupyter Notebook, which are all of the files you need to complete the project, are provided for you in a downloadable zip file in the resources tab (as well as under "Supporting Materials" below). Note that portions of the notebook reference back to quizzes that are linked in this lesson to ensure you are on the right track.
This is the folder structure of the project
.
├── Analyze_ab_test_results_notebook.html ' Export of Jupyter
├── Analyze_ab_test_results_notebook.ipynb ' Code in Jupyter Notebook
├── LICENSE ' License File
├── README.md ' This file describing the project
├── ab_data.csv ' Data file investigated
├── countries.csv ' Supporting countries data file
└── dand.yml
- Python setup on the host
- conda setup on the host
- conda environment that is similar to dand.yml
- Clone repository by running
[email protected]:seetdev/dand-p3.git
- Go into the cloned folder
- Create conda environment
conda env create -f dand.yml
- Run the notebook using
jupyter notebook