Skip to content

Commit

Permalink
Extend causal identifier init (#996)
Browse files Browse the repository at this point in the history
* Update __init__.py

initializer now gives access to construct estimand functions

Signed-off-by: Rose De Sicilia <72463845+RoseDeSicilia26@users.noreply.github.com>

* fixed formatting issue

Signed-off-by: Amit Sharma <amit_sharma@live.com>

---------

Signed-off-by: Rose De Sicilia <72463845+RoseDeSicilia26@users.noreply.github.com>
Signed-off-by: Amit Sharma <amit_sharma@live.com>
Co-authored-by: Amit Sharma <amit_sharma@live.com>
  • Loading branch information
RoseDeSicilia26 and amit-sharma committed Jul 30, 2023
1 parent 6195829 commit e911823
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dowhy/causal_identifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,4 +20,7 @@
"IdentifiedEstimand",
"IDIdentifier",
"identify_effect",
"construct_backdoor_estimand",
"construct_frontdoor_estimand",
"construct_iv_estimand",
]

0 comments on commit e911823

Please sign in to comment.