Skip to content

Commit

Permalink
Fix pymc example (blackjax-devs#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxtax authored Dec 17, 2022
1 parent 352ac54 commit cc5d3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/howto_use_pymc.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ rng_key = jax.random.PRNGKey(1234)
adapt = blackjax.window_adaptation(blackjax.nuts, logprob_fn)
last_state, kernel, _ = adapt.run(rng_key, init_position, 1000)
```

Let us now perform inference with the tuned kernel:

Expand Down
1 change: 1 addition & 0 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ numba
numpyro
optax
oryx
pymc
scikit-learn
seaborn
sphinx
Expand Down

0 comments on commit cc5d3f5

Please sign in to comment.