Skip to content

Understanding results of A/B test run by e-commerce website using p-value calculations, z-core test, logistic and multiple linear regressions and bootstrapping sampling distribution

Notifications You must be signed in to change notification settings

aig3rim/AB_test_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AB_test_analysis

This is the third project done on Udacity's Data Analyst Nanodegree program, where I analyzed results of an A/B test run by an e-commerce website. My goal was 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.

Getting started

You need an installation of Python, plus the following libraries:

  • numpy
  • pandas
  • matplotlib.pyplot
  • random
  • scipy.stats
  • statsmodels.api

Statistical analysis

Key findings

  • The conversion rate for the new page is not better than for the old page
  • The country parameter of the user did not impact the conversion rate

About

Understanding results of A/B test run by e-commerce website using p-value calculations, z-core test, logistic and multiple linear regressions and bootstrapping sampling distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published