Skip to content

Item response jupyter style update #309

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
Show file tree
Hide file tree
Changes from 18 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.pyc
.ipynb_checkpoints
.vscode/*
*.DS_Store

_build
jupyter_execute
832 changes: 403 additions & 429 deletions examples/case_studies/item_response_nba.ipynb

Large diffs are not rendered by default.

1,668 changes: 1,668 additions & 0 deletions examples/case_studies/wrapping_jax_function.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
{
"name": "Twitter",
"url": "https://twitter.com/pymc-devs",
"url": "https://twitter.com/pymc_devs",
"icon": "fab fa-twitter-square",
},
{
Expand Down
378 changes: 223 additions & 155 deletions examples/mixture_models/gaussian_mixture_model.ipynb

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions examples/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ @article{efron1975data
year = {1975},
publisher = {Taylor \& Francis}
}
@book{fox2010bayesian,
title = {Bayesian item response modeling: Theory and applications},
author = {Fox, Jean-Paul},
year = {2010},
publisher = {Springer}
}
@book{gelman2006data,
title = {Data analysis using regression and multilevel/hierarchical models},
author = {Gelman, Andrew and Hill, Jennifer},
Expand Down
265 changes: 150 additions & 115 deletions myst_nbs/case_studies/item_response_nba.myst.md

Large diffs are not rendered by default.

Loading