Skip to content

Commit f57f711

Browse files
committed
update readme
1 parent ed86eb7 commit f57f711

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,26 @@ To use causal-learn, we could install it using [pip](https://pypi.org/project/sq
3939
pip install causal-learn
4040
```
4141

42+
4243
# Documentation
4344

4445
Please kindly refer to [causal-learn Doc](https://causal-learn.readthedocs.io/en/latest/) for detailed tutorials and usages.
4546

47+
# Running examples
48+
49+
For search methods in causal discovery, there are various running examples in the **‘tests’** directory, such as TestPC.py and TestGES.py.
50+
51+
For the implemented modules, such as (conditional) independent test methods, we provide unit tests for the convenience of developing your own methods.
52+
53+
# Benchmarks
54+
55+
For the convenience of our community, [CMU-CLeaR](https://www.cmu.edu/dietrich/causality) group maintains a list of benchmark datasets including real-world scenarios and various learning tasks. Please refer to the following links:
56+
57+
* [https://github.com/cmu-phil/example-causal-datasets](https://github.com/cmu-phil/example-causal-datasets) (maintained by Joseph Ramsey)
58+
* [https://www.cmu.edu/dietrich/causality/causal-learn](https://www.cmu.edu/dietrich/causality/causal-learn>)
59+
60+
Please feel free to let us know if you have any recommendation regarding causal datasets with high-quality. We are grateful for any effort that benefits the development of causality community.
61+
4662

4763
# Contribution
4864

0 commit comments

Comments
 (0)