Skip to content

Commit 43d6567

Browse files
authored
Merge pull request #106 from py-why/introduce_pytetrad
introduce pytetrad
2 parents fe68f5b + f84c5c0 commit 43d6567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ Please feel free to let us know if you have any recommendation regarding causal
6666
Please feel free to open an issue if you find anything unexpected.
6767
And please create pull requests, perhaps after passing unittests in 'tests/', if you would like to contribute to causal-learn.
6868
We are always targeting to make our community better!
69+
70+
# Running Tetrad in Python
71+
72+
Although causal-learn provides python implementations for some causal discovery algorithms, there are currently a lot more in the classical Java-based [Tetrad](https://github.com/cmu-phil/tetrad) program. For users who would like to incorporate arbitrary Java code in Tetrad as part of a Python workflow, we strongly recommend considering [py-tetrad](https://github.com/cmu-phil/py-tetrad). Here is a list of [reusable examples](https://github.com/cmu-phil/py-tetrad/tree/main/pytetrad) of how to painlessly benefit from the most comprehensive Tetrad Java codebase.

0 commit comments

Comments
 (0)