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

WIP Causal data frame #34

Closed
wants to merge 4 commits into from
Closed

Conversation

akelleh
Copy link
Contributor

@akelleh akelleh commented Jan 25, 2019

I've got a few working plotting methods for the causal pandas namespace. Here's a quick demo:
https://gist.github.com/akelleh/ddcec89735c9bfb4f641186c5f4ce572

Note the verbosity of the do operation. That's because of the logging on the do operation in the CausalModel object. I think fixing that is a different job, which is outside the scope of this PR, because it means defining conventions for controlling logging in the causal model. My next PR will do that, if that's cool with you!

@akelleh
Copy link
Contributor Author

akelleh commented Jan 25, 2019

Here's a quick demo of the graph input:
https://gist.github.com/akelleh/1e9a026a999eb4117478fec01334add7

@akelleh
Copy link
Contributor Author

akelleh commented Jan 25, 2019

Aha! Someone already implemented a logging level kwarg! I just simplified it a little, and added it to the causal model instantiation in the causal data frame accessor. Demo here!
https://gist.github.com/akelleh/353442a2b7adb0092a5122281efeab25

@akelleh akelleh changed the title Causal data frame WIP Causal data frame Feb 10, 2019
@amit-sharma
Copy link
Member

Closing this as PR #36 supersedes this.

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.

2 participants