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 97e5616 commit 75055cdCopy full SHA for 75055cd
tutorials/11-probabilistic-pca/index.qmd
@@ -102,9 +102,9 @@ Random.seed!(1789);
102
All packages used in this tutorial are listed here.
103
You can install them via `using Pkg; Pkg.add("package_name")`.
104
105
-Package usages:
106
107
::: {.callout-caution}
+## Package usages:
108
We use `DataFrames` for instantiating matrices, `LinearAlgebra` and `FillArrays` to perform matrix operations;
109
`Turing` for model specification and MCMC sampling, `ReverseDiff` for setting the automatic differentiation backend when sampling.
110
`StatsPlots` for visualising the resutls. `, Measures` for setting plot margin units.
0 commit comments