Skip to content

Commit b4041cc

Browse files
authored
notebook: case studies, hierarchical partial pooling (run with pymc v5) (#513)
* nb v5 hierarchical partial pooling * add myst file
1 parent dbcce72 commit b4041cc

File tree

2 files changed

+106
-104
lines changed

2 files changed

+106
-104
lines changed

examples/case_studies/hierarchical_partial_pooling.ipynb

Lines changed: 100 additions & 99 deletions
Large diffs are not rendered by default.

examples/case_studies/hierarchical_partial_pooling.myst.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ jupytext:
55
format_name: myst
66
format_version: 0.13
77
kernelspec:
8-
display_name: Python 3.10.5 ('pymc-dev')
8+
display_name: Python 3 (ipykernel)
99
language: python
1010
name: python3
1111
---
1212

1313
(hierarchical_partial_pooling)=
1414
# Hierarchical Partial Pooling
15-
:::{post} Oct 07, 2021
16-
:tags: hierarchical model,
17-
:category: intermediate,
15+
:::{post} Jan 28, 2023
16+
:tags: hierarchical model
17+
:category: intermediate
1818
:author: Vladislavs Dovgalecs, Adrian Seybolt, Christian Luhmann
1919
:::
2020

@@ -159,6 +159,7 @@ Notice that, despite the fact our additional player did not get any hits, the es
159159
* authored by Vladislavs Dovgalecs in November, 2016 ([pymc#1546](https://github.com/pymc-devs/pymc/pull/1546))
160160
* updated by Adrian Seybolt in June, 2017 ([pymc#2288](https://github.com/pymc-devs/pymc/pull/2288))
161161
* updated by Christian Luhmann in August, 2020 ([pymc#4068](https://github.com/pymc-devs/pymc/pull/4068))
162+
* run using PyMC v5 by Reshama Shaikh in January, 2023
162163

163164
+++
164165

@@ -174,7 +175,7 @@ Notice that, despite the fact our additional player did not get any hits, the es
174175

175176
```{code-cell} ipython3
176177
%load_ext watermark
177-
%watermark -n -u -v -iv -w -p aesera,aeppl,xarray
178+
%watermark -n -u -v -iv -w -p xarray
178179
```
179180

180181
:::{include} ../page_footer.md

0 commit comments

Comments
 (0)