Skip to content

notebook: GLM rolling regression (run with pymc v5) #511

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 3 commits into from
Feb 2, 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
131 changes: 79 additions & 52 deletions examples/generalized_linear_models/GLM-rolling-regression.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kernelspec:
(GLM-rolling-regression)=
# Rolling Regression

:::{post} June, 2022
:::{post} Jan 28, 2023
:tags: generalized linear model, regression
:category: intermediate
:author: Thomas Wiecki
Expand Down Expand Up @@ -250,6 +250,7 @@ cb.ax.set_yticklabels(ticklabels);

- Created by [Thomas Wiecki](https://github.com/twiecki/)
- Updated by [Benjamin T. Vincent](https://github.com/drbenvincent) June 2022
- Run PyMC v5 by Reshama Shaikh, January 2023

+++

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be merged already, but ideally I would remove aeppl from the watermark

Expand Down