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 2cf8bb8 commit 8f45c70Copy full SHA for 8f45c70
tutorials/11-probabilistic-pca/index.qmd
@@ -103,9 +103,8 @@ 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
-::: {.callout-tip}
107
-## hello
108
+::: {.callout-caution}
109
We use `DataFrames` for instantiating matrices, `LinearAlgebra` and `FillArrays` to perform matrix operations;
110
`Turing` for model specification and MCMC sampling, `ReverseDiff` for setting the automatic differentiation backend when sampling.
111
`StatsPlots` for visualising the resutls. `, Measures` for setting plot margin units.
0 commit comments