Skip to main content

AB test analysis toolbox for analyzing and reporting the results of an ab test experiment. It provides the functions to analyze the ab test result of an experiment.

Project description

A/B-testing

ab-testing-logo

Pypi Read the Docs PyPI - Downloads release date last commit

Code style: black CICD Format License size of files

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 the original testing variable. Whereas B refers to a new version of the original testing variable. Impact of the results can be evaluated based on,

  • Conversion Rate
  • Significance test

Documentation can be found on- ab-testing-analysis.readthedocs.io


Installation & Usage

  • Installing the library from pypi - It has only dependency on pandas & numpy
pip install ab-testing-analysis
  • Usages & working sample - Tutorial

  • Example code,

from ab_testing import ABTest
from ab_testing.data import Dataset

df = Dataset().data()

ab_obj = ABTest(df,response_column='Response',group_column='Group')

print(ab_obj.conversion_rate(),'\n','-'*10)
print(ab_obj.significance_test(),'\n','-'*10)
print(df.head())

Output:

  Conversion Rate Standard Deviation Standard Error
A          20.20%              0.401          0.018
B          22.20%              0.416         0.0186 
 ----------
z statistic: -0.77      p-value: 0.439
Confidence Interval 95% for A group: 16.68% to 23.72%
Confidence Interval 95% for B group: 18.56% to 25.84%

The Group A fail to perform significantly different than group B.
The P-Value of the test is 0.439 which is above 0.05, hence Null hypothesis Hₒ cannot be rejected. 
 ----------
        Users  Response Group
0  IS36FC7AQJ         0     A
1  LZW2YNYHZG         1     A
2  9588IGN0RN         1     A
3  HSAH1TYQFF         1     A
4  5D9G147941         0     A

Contribution

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide.

Code of Conduct

As contributors and maintainers to this project, you are expected to abide by code of conduct. More information can be found at Code of conduct

License

MIT

Misc links and information,

Recent talk in The Data Science Hub @ Northeastern University

Slide deck for library demo - AB Test analysis - PPT/Deck

Colab Notebook for walkthrough - Notebook ipynb

Talk photos         Talk phots

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ab_testing-analysis-1.2.8.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

ab_testing_analysis-1.2.8-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file ab_testing-analysis-1.2.8.tar.gz.

File metadata

  • Download URL: ab_testing-analysis-1.2.8.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for ab_testing-analysis-1.2.8.tar.gz
Algorithm Hash digest
SHA256 e56e3e6c705cc29e7212646647ce8e451fa2b045cebfa0ee27c8b97fa7ebbb79
MD5 37c5e2ae8a0db1db6634567cb69c11bc
BLAKE2b-256 c69c98cb3c8c31c4c0ca16d459397b222bb44b70690c20803fd97a69a416b710

See more details on using hashes here.

File details

Details for the file ab_testing_analysis-1.2.8-py3-none-any.whl.

File metadata

File hashes

Hashes for ab_testing_analysis-1.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 c88b1ca229518e377eefa01a41c165309a5b88e698af6539a84aa63c83057599
MD5 0169c9d3189defb75f4ed9f1dab1ac99
BLAKE2b-256 6a27cacef7f54880f06a7566ffcd689f3abb64bee9faa5e0dabe4eb22e63bf25

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page