Feeding a dataframe to get a series of probability based on a causal model #33
Unanswered
kenneth-lee-ch
asked this question in
Q&A
Replies: 1 comment
-
|
Hi @kenneth-lee-ch , can you be more precise ? Maybe with a sample of the dataframes you want to use ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How can I feed the causal model with a pandas dataframe to get the corresponding probabilities in the most efficient way? I currently use
csl.causalImpact(int_cbn, on=node, doing = parents)Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions