ABC Exp Toolkit is a Python library for building event funnels, calculating conversions and visualizing results.
pip install abc_exp_toolkit
import abc_exp_toolkit- FunnelBuilder — step-by-step funnel construction. Support for multi-events per step.
Statistics:
- compute_step_stats - z-test (two-sided and one-sided hypotheses) and p-value with Bonferroni correction
Synthetic Data:
- generate_synthetic_funnel - generate data for using the funner with different features
You can find examples here