py-why / causal-learn

Causal Discovery in Python. It also includes (conditional) independence tests and score functions.
https://causal-learn.readthedocs.io/en/latest/
MIT License
1.13k stars 186 forks source link

How to estimate the causal effect? #173

Open lkpopo opened 6 months ago

lkpopo commented 6 months ago

How to estimate the causal effect after generate a causal graph with the causal algorithm? Is there some table or something like that?

kunwuz commented 6 months ago

Given a causal graph, we could use other packages in causal effect estimation pretty easily. Here is an example of a complete causal pipeline using causal-learn and others.