Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 640 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 640 Bytes

Analyze A/B Test Results

overview

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.

Tools

  • Python, libraries: numpy, pandas, matplotlib, statsmodels
  • A/B Test
  • Logistics Regression
  • Jupyter Lab