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