Skip to content

Commit 093648c

Browse files
authored
Merge pull request #138 from DoubleML/m-citation-jmlr
Update the citation info to JMLR
2 parents 3b184f0 + a3c09a9 commit 093648c

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,23 @@ and our
9898

9999
If you use the DoubleML package a citation is highly appreciated:
100100

101-
Bach, P., Chernozhukov, V., Kurz, M. S., and Spindler, M. (2021), DoubleML - An
101+
Bach, P., Chernozhukov, V., Kurz, M. S., and Spindler, M. (2022), DoubleML - An
102102
Object-Oriented Implementation of Double Machine Learning in Python,
103-
arXiv:[2104.03220](https://arxiv.org/abs/2104.03220).
103+
Journal of Machine Learning Research, 23(53): 1-6,
104+
[https://www.jmlr.org/papers/v23/21-0862.html](https://www.jmlr.org/papers/v23/21-0862.html).
104105

105106
Bibtex-entry:
106107

107108
```
108-
@misc{DoubleML2021,
109-
title={{DoubleML} -- {A}n Object-Oriented Implementation of Double Machine Learning in {P}ython},
110-
author={Philipp Bach and Victor Chernozhukov and Malte S. Kurz and Martin Spindler},
111-
year={2021},
112-
eprint={2104.03220},
113-
archivePrefix={arXiv},
114-
primaryClass={stat.ML},
115-
note={arXiv:\href{https://arxiv.org/abs/2104.03220}{2104.03220} [stat.ML]}
109+
@article{DoubleML2022,
110+
title = {{DoubleML} -- {A}n Object-Oriented Implementation of Double Machine Learning in {P}ython},
111+
author = {Philipp Bach and Victor Chernozhukov and Malte S. Kurz and Martin Spindler},
112+
journal = {Journal of Machine Learning Research},
113+
year = {2022},
114+
volume = {23},
115+
number = {53},
116+
pages = {1--6},
117+
url = {http://jmlr.org/papers/v23/21-0862.html}
116118
}
117119
```
118120

0 commit comments

Comments
 (0)