You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# causal-learn: Causal Discovery in Python
2
2
3
-
Causal-learn is a python package for causal discovery that implements both classical and state-of-the-art causal discovery algorithms, which is a Python translation and extension of [Tetrad](https://github.com/cmu-phil/tetrad).
3
+
Causal-learn ([documentation](https://causal-learn.readthedocs.io/en/latest/), [paper](https://jmlr.org/papers/volume25/23-0970/23-0970.pdf)) is a python package for causal discovery that implements both classical and state-of-the-art causal discovery algorithms, which is a Python translation and extension of [Tetrad](https://github.com/cmu-phil/tetrad).
4
4
5
5
The package is actively being developed. Feedbacks (issues, suggestions, etc.) are highly encouraged.
6
6
@@ -76,10 +76,13 @@ Although causal-learn provides python implementations for some causal discovery
76
76
Please cite as:
77
77
78
78
```
79
-
@article{causallearn,
80
-
title={Causal-learn: Causal Discovery in Python},
81
-
author={Yujia Zheng and Biwei Huang and Wei Chen and Joseph Ramsey and Mingming Gong and Ruichu Cai and Shohei Shimizu and Peter Spirtes and Kun Zhang},
82
-
journal={arXiv preprint arXiv:2307.16405},
83
-
year={2023}
79
+
@article{zheng2024causal,
80
+
title={Causal-learn: Causal discovery in python},
81
+
author={Zheng, Yujia and Huang, Biwei and Chen, Wei and Ramsey, Joseph and Gong, Mingming and Cai, Ruichu and Shimizu, Shohei and Spirtes, Peter and Zhang, Kun},
Perform a best order score search (BOSS) algorithm
33
+
34
+
Parameters
35
+
----------
36
+
X : data set (numpy ndarray), shape (n_samples, n_features). The input data, where n_samples is the number of samples and n_features is the number of features.
37
+
score_func : the string name of score function. (str(one of 'local_score_CV_general', 'local_score_marginal_general',
0 commit comments