Skip to content

Update README.md #279

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ unimplemented for the last 15 years of publications including:
| IDC Star | [Shpitser and Pearl, 2012](https://arxiv.org/abs/1206.5294) |
| Surrogate Outcomes | [Tikka and Karvanen, 2018](https://arxiv.org/abs/1806.07172) |
| Counterfactual Transportability | [Correia, Lee, Bareinboim, 2022](https://proceedings.mlr.press/v162/correa22a.html) |
| Hierarchical Causal Models | [Weinstein and Blei, 2024](https://arxiv.org/abs/2401.05330) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding the HCM line can be part of the HCM pull request


Apply an algorithm to an Acyclic Directed Mixed Graph (ADMG) and a causal query
to generate an estimand represented in the DSL like:
Expand All @@ -117,7 +118,6 @@ from y0.dsl import P, X, Y
from y0.examples import napkin
from y0.algorithm.identify import Identification, identify

# TODO after ID* and IDC* are done, we'll update this interface
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is still TODO

query = Identification.from_expression(graph=napkin, query=P(Y @ X))
estimand = identify(query)
assert estimand == P(Y @ X)
Expand Down Expand Up @@ -171,9 +171,9 @@ our Zenodo record (also see the badge above):

```bibtex
@software{y0,
author = {Charles Tapley Hoyt and
Jeremy Zucker and
Marc-Antoine Parent},
author = {Charles Tapley Hoyt, Richard Callahan, Adam Rupe,
Nathaniel Merrill, Haley Hummel,
Marc-Antoine Parent, and Jeremy Zucker},
title = {y0-causal-inference/y0},
month = jun,
year = 2021,
Expand Down
Loading