Skip to main content

A Python package for the statistical analysis of A/B tests.

Project description

tea-tasting: statistical analysis of A/B tests

CI Docs Coverage License Version Package Status PyPI Python Versions

tea-tasting is a Python package for the statistical analysis of A/B tests featuring:

  • Student's t-test, Z-test, bootstrap, and quantile metrics out of the box.
  • Extensible API: define and use statistical tests of your choice.
  • Delta method for ratio metrics.
  • Variance reduction using CUPED/CUPAC (which can also be combined with the delta method for ratio metrics).
  • Confidence intervals for both absolute and percentage changes.
  • Sample ratio mismatch check.
  • Power analysis.
  • Multiple hypothesis testing (family-wise error rate and false discovery rate).

tea-tasting calculates statistics directly within data backends such as BigQuery, ClickHouse, DuckDB, PostgreSQL, Snowflake, Spark, and many other backends supported by Ibis. This approach eliminates the need to import granular data into a Python environment. tea-tasting also accepts dataframes supported by Narwhals: cuDF, Dask, Modin, pandas, Polars, PyArrow.

Check out the blog post explaining the advantages of using tea-tasting for the analysis of A/B tests.

Installation

pip install tea-tasting

Basic example

import tea_tasting as tt


data = tt.make_users_data(seed=42)

experiment = tt.Experiment(
    sessions_per_user=tt.Mean("sessions"),
    orders_per_session=tt.RatioOfMeans("orders", "sessions"),
    orders_per_user=tt.Mean("orders"),
    revenue_per_user=tt.Mean("revenue"),
)

result = experiment.analyze(data)
print(result)
#>             metric control treatment rel_effect_size rel_effect_size_ci pvalue
#>  sessions_per_user    2.00      1.98          -0.66%      [-3.7%, 2.5%]  0.674
#> orders_per_session   0.266     0.289            8.8%      [-0.89%, 19%] 0.0762
#>    orders_per_user   0.530     0.573            8.0%       [-2.0%, 19%]  0.118
#>   revenue_per_user    5.24      5.73            9.3%       [-2.4%, 22%]  0.123

Learn more in the detailed user guide. Additionally, see the guides on data backends, power analysis, multiple hypothesis testing, and custom metrics.

Roadmap

  • A/A tests and simulations.
  • More statistical tests:
    • Asymptotic and exact tests for frequency data.
    • Mann–Whitney U test.
  • Sequential testing.

Package name

The package name "tea-tasting" is a play on words that refers to two subjects:

  • Lady tasting tea is a famous experiment which was devised by Ronald Fisher. In this experiment, Fisher developed the null hypothesis significance testing framework to analyze a lady's claim that she could discern whether the tea or the milk was added first to the cup.
  • "tea-tasting" phonetically resembles "t-testing" or Student's t-test, a statistical test developed by William Gosset.

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

tea_tasting-0.4.1.tar.gz (48.1 kB view details)

Uploaded Source

Built Distribution

tea_tasting-0.4.1-py3-none-any.whl (40.4 kB view details)

Uploaded Python 3

File details

Details for the file tea_tasting-0.4.1.tar.gz.

File metadata

  • Download URL: tea_tasting-0.4.1.tar.gz
  • Upload date:
  • Size: 48.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.22.1 CPython/3.12.8 Linux/6.5.0-1025-azure

File hashes

Hashes for tea_tasting-0.4.1.tar.gz
Algorithm Hash digest
SHA256 ef74e8689c380241017be448cd199b983c2b0a4abe63e9354140b24637b202ef
MD5 f3fad486c5efbcf26685c3e422c77e6a
BLAKE2b-256 d0e5a238d3b9ca9d9a42e3a126844f17983ec93965c3b0b82bbf4ea810e08932

See more details on using hashes here.

File details

Details for the file tea_tasting-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: tea_tasting-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 40.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.22.1 CPython/3.12.8 Linux/6.5.0-1025-azure

File hashes

Hashes for tea_tasting-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c91c5d9165cbfcf55b8d507676deb3de3eaf27b1fb13f9ac58aa726e0a8ebc0b
MD5 10740616f3baa31863e45e6bf0b7cd74
BLAKE2b-256 50d647d3db08ef100618fad7b2767973988c5d594ab41a247b277788bf7f0561

See more details on using hashes here.

Supported by

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