Skip to content

Commit 643902a

Browse files
authored
Ch 14 convert v4 (#214)
* converting Chp 14 Code to pymc v4 * updating README
1 parent 594a07c commit 643902a

File tree

3 files changed

+1407
-1572
lines changed

3 files changed

+1407
-1572
lines changed

Rethinking_2/Chp_14.ipynb

Lines changed: 1402 additions & 1567 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 13 have been converted.
48+
Work is on-going to update these notebooks to be compatible with PyMC v4. Currently chapters 2 through 14 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ dependencies:
77
- seaborn
88
- mkl-service
99
- watermark
10-
- pymc==4.0.0
11-
- arviz==0.12.1
12-
- aeppl==0.0.31
13-
- aesara==2.6.6
10+
- pymc==4.3.0
11+
- arviz==0.13.0
12+
- aeppl==0.0.38
13+
- aesara==2.8.7
1414
- theano-pymc==1.1.2
1515
- tqdm
1616
- mkl

0 commit comments

Comments
 (0)