We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720931b commit 83552d0Copy full SHA for 83552d0
tutorials/variational-inference/index.qmd
@@ -36,7 +36,7 @@ We first import the packages to be used:
36
using Random
37
using Turing
38
using Turing: Variational
39
-using Bijector: bijector
+using Bijectors: bijector
40
using StatsPlots, Measures
41
42
Random.seed!(42);
0 commit comments