Fit linear structural causal model to causal parents taken from graph #302
Replies: 2 comments 1 reply
-
These steps are all wrapped in the function generate_linear_model_from_data from the module toymodels.surrogate_generator. So it is done internally. You don't have to do it yourself. |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can learn these as part of causal discovery. See https://github.com/jakobrunge/tigramite/blob/master/tutorials/causal_discovery/tigramite_tutorial_causal_discovery_overview.ipynb |
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
-
Dear all,
I am totally new to Tigramite, and I'm trying to apply this test case :
https://github.com/jakobrunge/tigramite/blob/master/tutorials/benchmarking_and_validation/tigramite_tutorial_explaining_correlations.ipynb
to my own datasets, and so far I managed to follow the steps to create the causal graph and the results make sense.
However, I lack the expertise the re-create the signal from the causal parents taken from graph as specified in point 5, where it is just
specified "Using the Prediction class which calls Models().", which does not mean anything obvious for me.
Could anyone provide me with an example ?
Thanks a lot in advance for your help,
Robinson
Beta Was this translation helpful? Give feedback.
All reactions