Skip to main content

A python library dedicated for A/B testing analysis

Project description

A/B-testing

ab-testing-logo

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
from ab_testing import ABTest
ab_obj = ABTest(df,response_column='converted',group_column='group')

print(ab_obj.conversion_rate())

Conversion-rate

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-0.0.3.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

ab_testing_analysis-0.0.3-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ab_testing-analysis-0.0.3.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for ab_testing-analysis-0.0.3.tar.gz
Algorithm Hash digest
SHA256 3d4448b7268dab67cdf72297047f5407347f0712c5e6b99b9399199c6ed566e9
MD5 6b7a7c8795c72fb5e0176ffcabad9ab0
BLAKE2b-256 cf8957ce576e809aebb63a8041520148e21e9a6daa17d1f94d4208862a67dd8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ab_testing_analysis-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c88f053c860d39f61f9221d76ff7576277bf52b88ee913f09a70074daa33e2cf
MD5 034d71dd5b0d1b25a3e8b4cbcddf9b0a
BLAKE2b-256 a5f1ccd570fb3df3fafb8fafe7ab2ee27bacb0424a7ab05079da1a96dc2f0885

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