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.04k stars 174 forks source link

Reference PC stable #158

Closed fileds closed 5 months ago

fileds commented 6 months ago

In the implementation of the PC algorithm with parameter stable=True, is the implementation based on Colombo and Maathuis, 2014, https://jmlr.csail.mit.edu/papers/v15/colombo14a.html ? In that case, consider adding reference to the docs about PC algorithm.

Colombo D, Maathuis MH (2014). "Order-Independent Constraint-Based Causal Structure Learning". Journal of Machine Learning Research, 15:3921–3962.

kunwuz commented 6 months ago

Thanks for the reminder! We have added the reference to the PC documentation.