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

Equation-to-graph #1106

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

bhatt-priyadutt
Copy link
Contributor

  • This feature will enable user to write custom equations for each and node and get a causal model back with causal mechanisms assigned.
  • The Usage is mainly targeted for when the function/relationship model between nodes is known and allows user to specify it in a equation form as demonstrated below -
X = empirical()
Y = 12*exp(X) + halfnorm()
Z = 3*Y + empirical()
  • List of Supported functions for specifying parent-child relationships - here

  • List of Supported functions for specifying noise models here

Copy link
Member

@bloebp bloebp left a comment

Choose a reason for hiding this comment

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

Looks good know, thanks a lot!

@bloebp bloebp merged commit 6038f4d into py-why:main Dec 6, 2023
30 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants