Skip to content

Update GLM predictions #204

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

Closed
wants to merge 4 commits into from
Closed
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
732 changes: 465 additions & 267 deletions examples/generalized_linear_models/GLM-out-of-sample-predictions.ipynb

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions examples/references.bib
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
@misc{capretto2020bambi,
title={Bambi: A simple interface for fitting Bayesian linear models in Python},
author={Tomás Capretto and Camen Piho and Ravin Kumar and Jacob Westfall and Tal Yarkoni and Osvaldo A. Martin},
year={2020},
eprint={2012.10754},
archivePrefix={arXiv},
primaryClass={stat.CO}
}

@book{gelman2006data,
title={Data analysis using regression and multilevel/hierarchical models},
author={Gelman, Andrew and Hill, Jennifer},
Expand Down Expand Up @@ -55,5 +64,11 @@ @article{lewandowski2009generating
publisher={Elsevier}
}



@book{martin2018bap,
title={Bayesian Analysis with Python (Second edition)},
author={Osvaldo Martin},
year={2018},
chapter={4},
url={https://github.com/aloctavodia/BAP/blob/master/code/Chp4/04_Generalizing_linear_models.ipynb},
publisher={Packt Publishing}
}