Skip to content

Commit 99f4a95

Browse files
committed
rerun notebook with git conficts
1 parent 2aaddde commit 99f4a95

File tree

5 files changed

+45
-1335
lines changed

5 files changed

+45
-1335
lines changed

examples/variational_inference/GLM-hierarchical-advi-minibatch.ipynb

+37-32
Large diffs are not rendered by default.

myst_nbs/variational_inference/GLM-hierarchical-advi-minibatch.myst.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
jupytext:
3+
notebook_metadata_filter: substitutions
34
text_representation:
45
extension: .md
56
format_name: myst
67
format_version: 0.13
78
jupytext_version: 1.13.7
89
kernelspec:
9-
display_name: pymc
10+
display_name: Python 3 (ipykernel)
1011
language: python
11-
name: pymc
12+
name: python3
1213
---
1314

1415
# GLM: Mini-batch ADVI on hierarchical regression model
@@ -178,5 +179,9 @@ az.plot_density(
178179

179180
```{code-cell} ipython3
180181
%load_ext watermark
181-
%watermark -n -u -v -iv -w -p xarray
182+
%watermark -n -u -v -iv -w -p aeppl,xarray
183+
```
184+
185+
```{code-cell} ipython3
186+
182187
```

0 commit comments

Comments
 (0)