Skip to content

Commit

Permalink
Update classification.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dodd committed Sep 16, 2022
1 parent fe1cf90 commit 5a01e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
"\n",
"mll = jax.jit(posterior.marginal_log_likelihood(D, constrainer, negative=False))\n",
"\n",
"adapt = blackjax.window_adaptation(blackjax.nuts, mll, num_adapt, target_acceptance_rate=0.65)\n",
"adapt = blackjax.window_adaptation(blackjax.nuts, unconstrained_mll, num_adapt, target_acceptance_rate=0.65)\n",
"\n",
"# Initialise the chain\n",
"last_state, kernel, _ = adapt.run(key, params)\n",
Expand Down

0 comments on commit 5a01e63

Please sign in to comment.