Skip to content

Commit ed81e47

Browse files
Update
1 parent bfdf1b9 commit ed81e47

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In addition, we add the following guidelines:
2525
Coding style is checked with flake8.
2626

2727
``` sh
28-
flake8 lingam --count --ignore=E203,E741,C901 --max-line-length=127 --statistics
28+
flake8 lingam --count --ignore=E203,E501,E741,C901 --max-line-length=127 --statistics
2929
```
3030

3131
## Documentation
@@ -35,9 +35,7 @@ When adding a new feature to lingam, you also need to document it in the referen
3535
To build the documentation, you use Sphinx. Run the following commands to install Sphinx and its extensions.
3636

3737
``` sh
38-
pip install sphinx
39-
pip install sphinxcontrib-napoleon
40-
pip install sphinx_rtd_theme
38+
pip install -r ./docs/requirements-doc.txt
4139
```
4240

4341
Then you can build the documentation in HTML format locally:

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,16 @@ LiNGAM is a new method for estimating structural equation models or linear Bayes
1010
## Requirements
1111

1212
* Python3
13-
1413
* numpy
15-
1614
* scipy
17-
1815
* scikit-learn
19-
2016
* graphviz
21-
2217
* statsmodels
23-
24-
- networkx
25-
26-
- pandas
27-
28-
- itertools
29-
30-
- semopy
18+
* networkx
19+
* pandas
20+
* itertools
21+
* semopy
22+
* autograd
3123

3224

3325
## Installation
@@ -150,6 +142,10 @@ Should you use this package for performing **GroupLiNGAM algorithm**, we kindly
150142

151143
* Y. Kawahara, K. Bollen, S. Shimizu and T. Washio. **GroupLiNGAM: Linear non-Gaussian acyclic models for sets of variables.** Arxiv preprint arXiv:1006.5041, 2010. [[PDF]](https://arxiv.org/abs/1006.5041)
152144

145+
Should you use this package for performing **ABIC-LiNGAM algorithm**, we kindly request you to cite the following paper:
146+
147+
* Y. Morinishi and S. Shimizu. **Differentiable causal discovery of linear non-Gaussian acyclic models under unmeasured confounding.** Transactions on Machine Learning Research (TMLR), 2025. [[PDF]](https://openreview.net/forum?id=HR7MFlW73I)
148+
153149

154150
### Causality and prediction
155151

0 commit comments

Comments
 (0)