Skip to content

Commit

Permalink
docs: typos in implemented methods (#1242)
Browse files Browse the repository at this point in the history
* docs: typo in implemented methods

* fix path to embedding nets
  • Loading branch information
janfb authored Aug 28, 2024
1 parent f3ce427 commit 4077f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ methods](tutorials/16_implemented_methods.md).
[[Paper]](https://arxiv.org/abs/2305.17161)

- **Compositional Score Modeling for Simulation-Based Inference**<br> by Geffner, T.,
Papamakarios, G., & Mnih, A. (2023, July). Compositional score modeling for
simulation-based inference. (ICML 2023)<br>
Papamakarios, G., & Mnih, A. (ICML 2023)<br>
[[Paper]](https://proceedings.mlr.press/v202/geffner23a.html)

### Likelihood-estimation (`(S)NLE`)
Expand All @@ -172,7 +171,6 @@ methods](tutorials/16_implemented_methods.md).
decision-making** <br> by Boelts, Lueckmann, Gao, Macke (Elife 2022)
<br>[[Paper]](https://elifesciences.org/articles/77220)


### Likelihood-ratio-estimation (`(S)NRE`)

- **Likelihood-free MCMC with Amortized Approximate Likelihood Ratios**<br> by
Expand Down
2 changes: 1 addition & 1 deletion tutorials/16_implemented_methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"The density estimation part of BayesFlow is equivalent to single-round NPE. The\n",
"additional contribution of the paper are several embedding networks for high-dimensional\n",
"data including permutation invariant embeddings. Similar embeddings networks are\n",
"implemented in `sbi` as well, under `sbi.neural_nets.embedding_nets.py`."
"implemented in `sbi` as well, under `sbi.neural_nets.embedding_nets`."
]
},
{
Expand Down

0 comments on commit 4077f19

Please sign in to comment.