A package for running AB tests in a Bayesian framework.
Project description
Bayesian AB Test Report Builder
Baker Moran
This allows AB testers to create a standard report for test results with python. Handles multiple variant tests, with a variety of prior function types. This is meant to be an abstraction from the nitty gritty of the details of Bayesian statistics. That said, some knowledge about which prior function to use etc. will be helpful for the user.
Installation
-
Install via pip (or specify pip3)
pip install BayesABTest
OR
-
Download files from PyPi and install
Package Functions and Classes
ab_test_model
Class implementing out of the box AB testing functionality. Simple, easy to use AB testing with many different prior function types, all in one clean interface.
ab_test_dist_explorer
Functions allowing a user to explore different distributions with simple to user interface. Allows a user to visually learn about bayesian statistics, and inform proper prior function choice when doing Bayesian AB testing.
Appendix
Learning
For a documentation explaining and motivating the use of Bayesian statistics to evaluate A/B tests, see documentation
Acknowledgements
There is a lot of documentation out there about a Bayesian framework of A/B testing. Some of the specific articles are listed below. Most of the work I came across was written in R, and I set out to create a Python implementation. The visuals were inspired by a standard template we use at Root, first written by https://github.com/zachurchill-root.
Articles Reference:
- https://www.countbayesie.com/blog/2015/4/25/bayesian-ab-testing
- https://medium.com/convoy-tech/the-power-of-bayesian-a-b-testing-f859d2219d5
- https://cdn2.hubspot.net/hubfs/310840/VWO_SmartStats_technical_whitepaper.pdf
Version History
0.1.0-prealpha
- 12/02/20191.0.0-alpha
- 12/27/20191.0.1-alpha
- 01/02/20201.0.2-alpha
- 02/11/20201.0.3-alpha
- 02/21/20201.0.4-alpha
- 06/22/2020
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
Built Distribution
Hashes for BayesABTest-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eec84744bf1756072f93eefb4b35f357d6b06bf7adbf1b10f218f341e367c20d |
|
MD5 | 0477631fe8f441e4f29187c63b777bf9 |
|
BLAKE2b-256 | f5e7e234981e533505e0ec56006c441454af127cba22d13b6b2b9c3f34e428e1 |