forked from dustinstansbury/statistical-rethinking-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6a90af
commit e7a6a16
Showing
3 changed files
with
2,198 additions
and
66 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
- Add video hyperlinks to the frontmatter in all notebooks | ||
- Update PyMC Version [once this bug fix lands](https://github.com/pymc-devs/pymc/pull/6882). | ||
- Update PyMC Version [once this bug fix lands](https://github.com/pymc-devs/pymc/pull/6882). | ||
- Add Bayesian updating demo for correlated features to Lecture 14 | ||
- Add HMC path demo to Lecture 14 BONUS | ||
- Dig into discrepancy between urban/rural variances for correlated and uncorrelated feature models in Lecture 14 |