Skip to content

Commit

Permalink
bugfix for links
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Nov 2, 2023
1 parent 654bc89 commit 24c3510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/15_mcmc_diagnostics_with_arviz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"source": [
"## Train MNLE to approximate the likelihood\n",
"\n",
"For this tutorial, we will use a simple simulator with two parameters. For details see the [example on the decision making model](https://sbi-dev.github.io/sbi/examples/01_decision_making_model.md/). \n",
"For this tutorial, we will use a simple simulator with two parameters. For details see the [example on the decision making model](https://sbi-dev.github.io/sbi/examples/01_decision_making_model/). \n",
"\n",
"Here, we pass `mcmc_method=\"nuts\"` in order to use the underlying [`pyro` No-U-turn sampler](https://docs.pyro.ai/en/1.8.1/mcmc.html#nuts), but it would work as well with other samplers (e.g. \"slice_np_vectorized\", \"hmc\"). \n",
"\n",
Expand Down

0 comments on commit 24c3510

Please sign in to comment.