diff --git a/dowhy/causal_identifier/__init__.py b/dowhy/causal_identifier/__init__.py index a6f289a8f9..f9d698fe3c 100644 --- a/dowhy/causal_identifier/__init__.py +++ b/dowhy/causal_identifier/__init__.py @@ -2,6 +2,9 @@ AutoIdentifier, BackdoorAdjustment, EstimandType, + construct_backdoor_estimand, + construct_frontdoor_estimand, + construct_iv_estimand, identify_effect_auto, ) from dowhy.causal_identifier.id_identifier import IDIdentifier, identify_effect_id @@ -17,4 +20,7 @@ "IdentifiedEstimand", "IDIdentifier", "identify_effect", + "construct_backdoor_estimand", + "construct_frontdoor_estimand", + "construct_iv_estimand", ]