Skip to content

notebook: case studies, hierarchical partial pooling (run with pymc v5) #513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
199 changes: 100 additions & 99 deletions examples/case_studies/hierarchical_partial_pooling.ipynb

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions examples/case_studies/hierarchical_partial_pooling.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ jupytext:
format_name: myst
format_version: 0.13
kernelspec:
display_name: Python 3.10.5 ('pymc-dev')
display_name: Python 3 (ipykernel)
language: python
name: python3
---

(hierarchical_partial_pooling)=
# Hierarchical Partial Pooling
:::{post} Oct 07, 2021
:tags: hierarchical model,
:category: intermediate,
:::{post} Jan 28, 2023
:tags: hierarchical model
:category: intermediate
:author: Vladislavs Dovgalecs, Adrian Seybolt, Christian Luhmann
:::

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

+++

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

```{code-cell} ipython3
%load_ext watermark
%watermark -n -u -v -iv -w -p aesera,aeppl,xarray
%watermark -n -u -v -iv -w -p xarray
```

:::{include} ../page_footer.md
Expand Down