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

when will the Causal-Learn support causal evaluation #157

Closed cyrilmyself closed 8 months ago

cyrilmyself commented 9 months ago

Currently,the Causal-Learn only support causal discovery;but in practice we also need to evaluate the effect of Treatment to obejct,so when will we support causal evaluation

mmarkakis commented 9 months ago

Perhaps dowhy could come handy for that purpose instead?

kunwuz commented 9 months ago

Here is an example of how to do effect estimation with dowhy based on results from causal-learn.