Skip to content

This is a solution try of the final project in the Udacity's AB testing course

Notifications You must be signed in to change notification settings

aimirghani/AB_testing_Udacity

Repository files navigation

Udacity AB testing Experiment

Proposed change

This repo contains code for an AB testing experiment. The experiment is a replica of one that the online educational platform "Udacity" has performed in order to test the significance of a change to its free trial subscription procedure.


📜 Requirements

The code requires the following packages to be installed:

  • numpy
  • pandas
  • scipy

If you don’t have all or part of them installed, you may consider run one of the following commands:


💡 It is always recommended to try out code in a virtual environment. So you may start with a fresh virtual-env or activate a pre-existing one, if you want. Then run one of the following commands 👇


1- pip

pip install -r requirements.txt

2- conda

conda install --file requirements.txt

About

This is a solution try of the final project in the Udacity's AB testing course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published