Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 696 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 696 Bytes

A-B_Tests_with_Python

A walk through A/B Tests for a new feature on a commercial website. Check out the .ipynb file for the Jupyter Notebook->

Udacity published a great free course for A/B Testing, also known as split tests, which are online experiments used to test potential improvements to a website or mobile app. This Python notebook is a walkthrough solution of the final project.

Udacity's AB Testing course is presented by Google and focuses on design and analysis of A/B tests. The course covers how to choose and characterize metrics to evaluate your experiments, how to design an experiment with enough statistical power and how to analyze the results and draw valid conclusions.