Welcome to HypEx’s documentation!
HypEx is a fast and customizable framework for Causal Inference.
Contents:
Installation
pip install hypex
Quick Start
from hypex import ABTest, AATest, Matching
from hypex.dataset import Dataset, TargetRole, TreatmentRole
# Your code here