Skip to content

Academic project to work with sampling distribution, p-value and Logistic Regression Model

Notifications You must be signed in to change notification settings

JaimeRado/A-B-Testing-for-a-webpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

A-B-Testing-for-a-webpage

type: Chore

Academic project: We have a new version for a webpage and need to find out what layout would like best: old vs new.

To do so, they run an experiment with a Control Group receiving the old page and Experiment Group receiving the new one and they count the number of conversion within each group.

We have the population data, but we run also sampling distribution to find deeper statistics. For sampling distribution we use np.random.choice and np.random.binomial, find p-value and discuss its meaning. And find the same conclussions using statsmodel Logistic Regression to discard other possible data variables such as country.

About

Academic project to work with sampling distribution, p-value and Logistic Regression Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published