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

[api] Modeling different types of interventions #135

Open
adam2392 opened this issue May 16, 2023 · 0 comments
Open

[api] Modeling different types of interventions #135

adam2392 opened this issue May 16, 2023 · 0 comments

Comments

@adam2392
Copy link
Collaborator

Not all interventions are equivalent. There are different kinds:

  • do(X=x) = set the value of X to a scalar
  • do(X=f(.)) = set the value of X to a deterministic function that we can evaluate
  • "mechanism change" = alter the functional relationships of one or all the parental relationships wrt the node
  • "additive" = add noise

Mechanism change can be further decomposed to:

  • alter the structure (i.e. SCM arguments)
  • do not alter the structure (parents are exactly the same)
@adam2392 adam2392 changed the title Modeling different types of interventions [api] Modeling different types of interventions May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant