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
+20-10
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
**Version 0.7.3 released!** See the CHANGELOG and [notebooks](https://github.com/elfi-dev/notebooks).
1
+
**Version 0.7.4 released!** See the CHANGELOG and [notebooks](https://github.com/elfi-dev/notebooks).
2
2
3
3
**NOTE:** For the time being NetworkX 2 is incompatible with ELFI.
4
4
@@ -77,15 +77,21 @@ pip install elfi
77
77
78
78
### Docker container
79
79
80
-
A simple Dockerfile for command-line interface is also provided. This is especially suitable for running tests. Please see [Docker documentation](https://docs.docker.com/) for details.
80
+
A simple Dockerfile with Jupyter support is also provided. This is especially suitable for running tests. Please see [Docker documentation](https://docs.docker.com/) for details.
within the container and then on host open the page http://localhost:8888.
94
+
89
95
### Potential problems with installation
90
96
91
97
ELFI depends on several other Python packages, which have their own dependencies.
@@ -101,13 +107,17 @@ Resolving these may sometimes go wrong:
101
107
Citation
102
108
--------
103
109
104
-
If you wish to cite ELFI, please use the paper in [arXiv](https://arxiv.org/abs/1708.00707):
110
+
If you wish to cite ELFI, please use the paper in [JMLR](http://www.jmlr.org/papers/v19/17-374.html):
105
111
106
112
```
107
-
@misc{1708.00707,
108
-
Author = {Jarno Lintusaari and Henri Vuollekoski and Antti Kangasrääsiö and Kusti Skytén and Marko Järvenpää and Pekka Marttinen and Michael Gutmann and Aki Vehtari and Jukka Corander and Samuel Kaski},
109
-
Title = {ELFI: Engine for Likelihood Free Inference},
110
-
Year = {2018},
111
-
Eprint = {arXiv:1708.00707},
113
+
@article{JMLR:v19:17-374,
114
+
author = {Jarno Lintusaari and Henri Vuollekoski and Antti Kangasr{\"a}{\"a}si{\"o} and Kusti Skyt{\'e}n and Marko J{\"a}rvenp{\"a}{\"a} and Pekka Marttinen and Michael U. Gutmann and Aki Vehtari and Jukka Corander and Samuel Kaski},
115
+
title = {ELFI: Engine for Likelihood-Free Inference},
Author = {Jarno Lintusaari and Henri Vuollekoski and Antti Kangasrääsiö and Kusti Skytén and Marko Järvenpää and Pekka Marttinen and Michael Gutmann and Aki Vehtari and Jukka Corander and Samuel Kaski},
86
-
Title = {ELFI: Engine for Likelihood Free Inference},
87
-
Year = {2018},
88
-
Eprint = {arXiv:1708.00707},
84
+
@article{JMLR:v19:17-374,
85
+
author = {Jarno Lintusaari and Henri Vuollekoski and Antti Kangasr{\"a}{\"a}si{\"o} and Kusti Skyt{\'e}n and Marko J{\"a}rvenp{\"a}{\"a} and Pekka Marttinen and Michael U. Gutmann and Aki Vehtari and Jukka Corander and Samuel Kaski},
86
+
title = {ELFI: Engine for Likelihood-Free Inference},
0 commit comments