Skip to content

Updated multilevel modeling to v4 #285

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 20 commits into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
cec20e0
Updated multilevel modeling to v4, added missing figures locally
fonnesbeck Feb 27, 2022
433b0fc
Fixes to multilevel modeling notebook
fonnesbeck Feb 27, 2022
b1639bc
Fixrs to multilevel modeling in response to feedback
fonnesbeck Mar 4, 2022
343a12a
Merge remote-tracking branch 'upstream/main' into multilevel_v4_update
fonnesbeck Apr 11, 2022
8c6451a
Added missing mutable argument to pooled model; re-rendered notebook
fonnesbeck Apr 11, 2022
4d25788
Add guide on how to wrap a JAX function in a Aesara Op (#302)
ricardoV94 Apr 14, 2022
2137095
update twitter link (#314)
Sync271 Apr 16, 2022
58fecd3
update Gaussian Mixture Model example with `pm.NormalMixture` (#310)
Apr 17, 2022
e4b67c0
add `*.DS_Store` to `.gitignore` (#315)
Apr 17, 2022
2c7777b
Regression discontinuity example (#308)
Apr 21, 2022
5b854be
Add a pre-commit check to prevent urls pointing to pymc docs (#311)
juanitorduz Apr 22, 2022
5abdbfb
Item response jupyter style update (#309)
ltoniazzi Apr 24, 2022
38f2a50
GP Mauna Loa with PyMC3 best practices (#316)
danhphan May 6, 2022
20efccc
Pre-commit fixes
fonnesbeck May 7, 2022
0c322b6
Format fixes; removed multilevel modeling from excluded list
fonnesbeck May 9, 2022
40d1474
Update myst_nbs/case_studies/multilevel_modeling.myst.md
OriolAbril May 9, 2022
979e517
Update myst_nbs/case_studies/multilevel_modeling.myst.md
OriolAbril May 9, 2022
10c9f9f
Merge branch 'main' into multilevel_v4_update
OriolAbril May 9, 2022
ca33a3c
update notebook
OriolAbril May 9, 2022
8e352bb
fix CI
OriolAbril May 9, 2022
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
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ repos:
examples/case_studies/blackbox_external_likelihood.ipynb|
examples/case_studies/blackbox_external_likelihood_numpy.ipynb|
examples/case_studies/item_response_nba.ipynb|
examples/case_studies/multilevel_modeling.ipynb|
examples/diagnostics_and_criticism/sampler-stats.ipynb|
examples/gaussian_processes/GP-MaunaLoa2.ipynb|
examples/generalized_linear_models/GLM-logistic.ipynb|
Expand Down
5,809 changes: 1,014 additions & 4,795 deletions examples/case_studies/multilevel_modeling.ipynb

Large diffs are not rendered by default.

Binary file added examples/case_studies/partial_pooled_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/case_studies/pooled_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/case_studies/unpooled_model.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading