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.15k stars 190 forks source link

Is there an implementation of Degenerate Gaussian? #28

Closed williamty closed 2 years ago

williamty commented 2 years ago

In the ReadMe.md, it says causal-learn is a Python translation and extension of Tetrad. So, is there an implementation of Degenerate Gaussian(DG) algorithm, which is published in a paper named "Learning High-dimensional Directed Acyclic Graphs with Mixed Data-types"? As in Tetrad program, it will always use CG or DG algorithm to manipulate mixed data first. Thank you for reply.

kunwuz commented 2 years ago

Thanks for your interest. Unfortunately, for now, there is no implementation of DG in causal-learn. We are always in an active developing phase and will try to include it in the future updates.

williamty commented 2 years ago

Thanks for your interest. Unfortunately, for now, there is no implementation of DG in causal-learn. We are always in an active developing phase and will try to include it in the future updates.

Thank you for your reply!