Библиотека для расчета минимального определяемого эффекта (MDE) в A/B тестах.
Project description
medoed
Библиотека для расчета минимального определяемого эффекта (MDE) в A/B тестах.
Установка
pip install medoed
Пример использования
from medoed import MDECalculator
mde_calculator = MDECalculator(
pre_experiment_data=pre_experiment_data,
date_field='install_date',
metrics=['revenue', 'retention'],
historical_data=historical_data,
strata=['geo', 'platform'],
alpha=0.05,
power=0.8,
outliers_handling_method='replace_threshold',
outliers_threshold_quantile=0.995,
outlier_type='upper',
test_days=30,
sample_size=10000,
are_correction=True,
continuous_alternative='two-sided'
)
df_mde = mde_calculator.calculate(n_processes=8)
df_mde
Требования
- Python 3.8+
- pandas 1.3+
- numpy 1.20+
- scipy 1.7+
- statsmodels 0.13+
- otvertka 0.1.10+
- tqdm 4.65+
Лицензия
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
medoed-0.1.8.tar.gz
(270.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file medoed-0.1.8.tar.gz.
File metadata
- Download URL: medoed-0.1.8.tar.gz
- Upload date:
- Size: 270.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14a15964114224fc1ddc271af033b63b327ad8e18e4d79cb42fa84d9b5a1eb1d
|
|
| MD5 |
f7a4918c81c688358a7fc050f249283c
|
|
| BLAKE2b-256 |
8715186042e8a2b84326ebbc42521d15310f8f3ba563b71b9798ee21c9b16748
|
File details
Details for the file medoed-0.1.8-py3-none-any.whl.
File metadata
- Download URL: medoed-0.1.8-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d13f92e0a874fcc0abf176d1e8fdf8617465f1f13aac86bdda810daa93c85489
|
|
| MD5 |
354ab6e7127977fb187a9a43fe3aaa57
|
|
| BLAKE2b-256 |
fd53c44becdcfd377292e368ad2e20e6c824d562f54f1f784db01ef4bdeeae94
|