Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add predicates for finding good and bad controls #104

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
Merge branch 'main' into good-bad-controls
  • Loading branch information
cthoyt committed Aug 21, 2024
commit fa6a65c7ae501d9c14199b237a23e7a3c3384809
3 changes: 3 additions & 0 deletions src/y0/algorithm/identify/id_std.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def identify(identification: Identification) -> Expression:
query = ...
identification = Identification.from_expression(graph=graph, query=query)
estimand = identify(identification)

See also :func:`identify_outcomes` for a more idiomatic way of running
the ID algorithm given a graph, treatments, and outcomes.
"""
graph = identification.graph
treatments = identification.treatments
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.