@@ -5,16 +5,16 @@ jupytext:
55 format_name : myst
66 format_version : 0.13
77kernelspec :
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