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).
- Host: GitHub
- URL: https://github.com/kevinwood15/python_abtesting_project
- Owner: kevinwood15
- Created: 2025-02-19T21:08:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T17:56:27.000Z (over 1 year ago)
- Last Synced: 2025-03-07T18:37:18.299Z (over 1 year ago)
- Topics: ab-testing, data-science, python
- Language: Jupyter Notebook
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).