Skip to content

SaeidRostami/AB_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Analyze A/B Test Results

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, I 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. My 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. This project is a part of Udacity Data Analysis program.

Data

Data is provided by Udacity.

  • ab_data.csv
  • countries.csv

Software and Libraries

  • Python3
  • Pandas
  • scikit-learn
  • matplotlib
  • statsmodels