معرفی شرکت ها


BayesABTest-1.0.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A package for running AB tests in a Bayesian framework.
ویژگی مقدار
سیستم عامل -
نام فایل BayesABTest-1.0.8
نام BayesABTest
نسخه کتابخانه 1.0.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Baker Moran
ایمیل نویسنده bamoran99@gmail.com
آدرس صفحه اصلی https://github.com/bakermoran/BayesABTest
آدرس اینترنتی https://pypi.org/project/BayesABTest/
مجوز MIT
# Bayesian AB Test Report Builder ![Build Status](https://github.com/bakermoran/BayesABTest/workflows/Build%20Status/badge.svg?branch=main) [![PyPI version](https://badge.fury.io/py/BayesABTest.svg)](https://badge.fury.io/py/BayesABTest) > **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. ### Example Output for a conversion rate test ![alt text](docs/package_documentation/img/one_var_continuous.png "Conversion Rate Example") ## Installation * Install via pip (or specify pip3) ```bash pip install BayesABTest ``` OR * Download files from [PyPi](https://pypi.org/project/BayesABTest/#files) and install ## Package Functions and Classes ### [ab_test_model](docs/package_documentation/ab_test_model.md) 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](docs/package_documentation/ab_test_dist_explorer.md) 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](docs/besyian_ab_testing/Bayesian_AB_Testing_explainer.md) ### 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/2019* * `1.0.0-alpha` - *12/27/2019* * `1.0.1-alpha` - *01/02/2020* * `1.0.2-alpha` - *06/17/2020* * `1.0.3-alpha` - *06/17/2020* * `1.0.4-alpha` - *06/22/2020* * `1.0.5-alpha` - *06/22/2020* * `1.0.6-alpha` - *06/22/2020* * `1.0.7-alpha` - *07/09/2021* * `1.0.8-alpha` - *03/29/2022*


نیازمندی

مقدار نام
==1.19.5 numpy
==1.1.5 pandas
==3.3.4 matplotlib
==0.10.1 seaborn


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl BayesABTest-1.0.8:

    pip install BayesABTest-1.0.8.whl


نصب پکیج tar.gz BayesABTest-1.0.8:

    pip install BayesABTest-1.0.8.tar.gz