Skip to content

Commit e911823

Browse files
Extend causal identifier init (#996)
* Update __init__.py initializer now gives access to construct estimand functions Signed-off-by: Rose De Sicilia <[email protected]> * fixed formatting issue Signed-off-by: Amit Sharma <[email protected]> --------- Signed-off-by: Rose De Sicilia <[email protected]> Signed-off-by: Amit Sharma <[email protected]> Co-authored-by: Amit Sharma <[email protected]>
1 parent 6195829 commit e911823

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dowhy/causal_identifier/__init__.py

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
AutoIdentifier,
33
BackdoorAdjustment,
44
EstimandType,
5+
construct_backdoor_estimand,
6+
construct_frontdoor_estimand,
7+
construct_iv_estimand,
58
identify_effect_auto,
69
)
710
from dowhy.causal_identifier.id_identifier import IDIdentifier, identify_effect_id
@@ -17,4 +20,7 @@
1720
"IdentifiedEstimand",
1821
"IDIdentifier",
1922
"identify_effect",
23+
"construct_backdoor_estimand",
24+
"construct_frontdoor_estimand",
25+
"construct_iv_estimand",
2026
]

0 commit comments

Comments
 (0)