py-why / causal-learn

Causal Discovery in Python. It also includes (conditional) independence tests and score functions.

Home Page:https://causal-learn.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to estimate the causal effect?

lkpopo opened this issue · comments

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

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.