An open API service indexing awesome lists of open source software.

https://github.com/kevinwood15/python_abtesting_project

These codes demonstrate AB Testing and logistic regression in Python using data from a Udacity Course. The dataset is of users interacting with an old (control group) and new (treatment group) webpage and tracks the conversion rate of each site (conversion is success).
https://github.com/kevinwood15/python_abtesting_project

ab-testing data-science python

Last synced: 2 months ago
JSON representation

These codes demonstrate AB Testing and logistic regression in Python using data from a Udacity Course. The dataset is of users interacting with an old (control group) and new (treatment group) webpage and tracks the conversion rate of each site (conversion is success).

Awesome Lists containing this project

README

          

# Python_ABTesting_Project
These codes demonstrate AB Testing and logistic regression in Python using data from a Udacity Course. The dataset is of users interacting with an old (control group) and new (treatment group) webpage and tracks the conversion rate of each site (conversion is success).