Causal Inference#
Public classes for identification, interventional queries, and regression-based causal effect estimation.
Graphical Identification and Inference#
|
This is an inference class for performing Causal Inference over Bayesian Networks or Structural Equation Models. |
|
Given a causal graph, finds the adjustment set. |
|
Given a causal graph, finds the set of variables satisfying frontdoor criterion. |
Estimators#
|
Naive adjustment regressor using causal graph roles for feature selection. |
|
Implements Naive Instrumental Variable (IV) regressor (single exposure, multiple instruments). |
|
Implements the Double Machine Learning Regressor[1] (DML2) with cross-fitting. |