causalkit.eda.CausalDataLite#
- class causalkit.eda.CausalDataLite(df, treatment, target, confounders)[source]#
A minimal container for dataset roles used by CausalEDA.
Attributes - df: The full pandas DataFrame containing treatment, outcome and covariates. - treatment: Column name of the binary treatment indicator (0/1). - target: Column name of the outcome variable. - confounders: List of covariate column names used to model treatment.
- __init__(df, treatment, target, confounders)#
Methods
__init__
(df, treatment, target, confounders)Attributes