Skip to content

A jupyter notebook analysing results of an AB test using simulation from the null, z-test and logistic regression.

Notifications You must be signed in to change notification settings

faymarie/analyze_ab_testing_results

Repository files navigation

analyze_ab_testing_results

A jupyter notebook analysing results of an AB test using simulation from the null, z-test and logistic regression.

Installation

Install python3 and packages using conda package manager

$ conda install pandas numpy python=3.6 matplotlib  

Install Jupyter Notebook

You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.

For a local installation, make sure you have pip installed and run:

$ pip install notebook

Usage - Running Jupyter noteboo

Running in a local installation

Launch with:

$ jupyter notebook

Running in a remote installation

You need some configuration before starting Jupyter notebook remotely. See Running a notebook server.

About

A jupyter notebook analysing results of an AB test using simulation from the null, z-test and logistic regression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published