A python library dedicated for A/B testing analysis
Project description
A/B-testing
A/B testing is process which allows developer/data scientist to analyze and evaluate, the performance of products in an experiment. In this process two or more versions of a variable (web page, page element, products etc.) are shown to different segments of website visitors at the same time to determine which version leaves the maximum impact and drives business metrics.
In A/B testing, A refers to ‘control’ or the original testing variable. Whereas B refers to ‘treatment’ or a new version of the original testing variable. Impact of the results can be evaluated based on,
- Conversion Rate
- Significance test
Installation & Usage
- Installing the library from pypi - It has only dependency on pandas & numpy
pip install ab-testing-analysis
- Usages & working sample - Tutorial
from ab_testing import ABTest
ab_obj = ABTest(df,response_column='converted',group_column='group')
print(ab_obj.conversion_rate())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ab_testing-analysis-0.0.2.tar.gz
.
File metadata
- Download URL: ab_testing-analysis-0.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bc4f1a410697b39ab6e39b4b2b225020e6de46e05a06da32903c358e6ff21c6 |
|
MD5 | c3e37be7ab66264877cf2017a168367c |
|
BLAKE2b-256 | f238e66584854bd67fdfde7d49d2aabdd50bdd16b3add934e7d4cafe53cee886 |
File details
Details for the file ab_testing_analysis-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ab_testing_analysis-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dac26677425943230b4d020d823145ef898429b3b9348b1a6b5e3b2ff8e86c5c |
|
MD5 | 99149a309a7e8c230052ae300c985b35 |
|
BLAKE2b-256 | 50268cf49d3f88929e936947efbef7129f0066a722ab17b1fb1e381d4c728878 |