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

Uploaded Source

Built Distribution

ab_testing_analysis-0.0.2-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

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

Hashes for ab_testing-analysis-0.0.2.tar.gz
Algorithm Hash digest
SHA256 3bc4f1a410697b39ab6e39b4b2b225020e6de46e05a06da32903c358e6ff21c6
MD5 c3e37be7ab66264877cf2017a168367c
BLAKE2b-256 f238e66584854bd67fdfde7d49d2aabdd50bdd16b3add934e7d4cafe53cee886

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ab_testing_analysis-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dac26677425943230b4d020d823145ef898429b3b9348b1a6b5e3b2ff8e86c5c
MD5 99149a309a7e8c230052ae300c985b35
BLAKE2b-256 50268cf49d3f88929e936947efbef7129f0066a722ab17b1fb1e381d4c728878

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