Skip to content

Commit 9c739b2

Browse files
authored
Rethinking_2 Chp 6,7,8,9 conversion to PyMC v4 (#206)
* Updates and Chp07 conversion - added tqdm to environment - re-executed Chp 06 (there was a residual error message in the logs from the old code) - updating Chp 07 * running pre_commits * updating readme * adding Chp_08 Updates to this PR * Update Chp_09.ipynb * Updating README
1 parent 3e4be1a commit 9c739b2

File tree

6 files changed

+1692
-3731
lines changed

6 files changed

+1692
-3731
lines changed

Rethinking_2/Chp_06.ipynb

Lines changed: 348 additions & 680 deletions
Large diffs are not rendered by default.

Rethinking_2/Chp_07.ipynb

Lines changed: 450 additions & 2397 deletions
Large diffs are not rendered by default.

Rethinking_2/Chp_08.ipynb

Lines changed: 340 additions & 342 deletions
Large diffs are not rendered by default.

Rethinking_2/Chp_09.ipynb

Lines changed: 552 additions & 311 deletions
Large diffs are not rendered by default.

Rethinking_2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ from the root directory.
4545

4646
## PyMC v4 Updates
4747

48-
Work is on-going to update these notebooks to be compatible with PyMC v4. Currently chapters 2 through 6 have been converted.
48+
Work is on-going to update these notebooks to be compatible with PyMC v4. Currently chapters 2 through 9 have been converted.
4949

5050
If you wish to run these notebooks, please create the v4 environment by running:
5151

Rethinking_2/environment_v4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies:
1212
- aeppl==0.0.31
1313
- aesara==2.6.6
1414
- theano-pymc==1.1.2
15+
- tqdm
1516
- mkl
1617
- mkl-service
1718
- pip

0 commit comments

Comments
 (0)