-
Notifications
You must be signed in to change notification settings - Fork 943
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
Adding general version of CACM #925
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for this PR @jivatneet Looks good overall. Added a few minor comments. Once you address those, it is ready to merge.
docs/source/example_notebooks/prediction/dowhy_causal_prediction_demo.ipynb
Outdated
Show resolved
Hide resolved
docs/source/example_notebooks/prediction/dowhy_causal_prediction_demo.ipynb
Outdated
Show resolved
Hide resolved
docs/source/example_notebooks/prediction/dowhy_causal_prediction_demo.ipynb
Outdated
Show resolved
Hide resolved
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
2ae0e7b
to
24974aa
Compare
Signed-off-by: Jivat Neet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
This reverts commit 6cbc3cb. Signed-off-by: jivatneet <[email protected]>
Signed-off-by: jivatneet <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for making the changes. Approving.
This PR is the first step toward a general causal prediction API. The API supports Causal, Independent, Confounded, and Selected shifts (individual and multi-attribute settings) currently. The regularization has been implemented using
unconditional_reg
andconditional_reg
functions, which can be used for the general CACM API.Follow up: implement Phase I of CACM for deriving conditional independence constraints given arbitrary graphs.