causal#

Causal module.

Classes

BuildModelFromDAG(*[, dag, df, target, ...])

Build a PyMC probabilistic model directly from a Causal DAG and a tabular dataset.

CausalGraphModel(causal_model, treatment, ...)

Represent a causal model based on a Directed Acyclic Graph (DAG).