Skip to content

Commit 0a2e04f

Browse files
authored
Rethinking_2 - Converting Chapters 2-4 to PyMC v4 (#202)
* Converting Chp 2-4 to pymc v4 * Updating after running pre-commit * Updating README Updating README file to indicate the on-going work to update the notebooks to be compatible with PyMC v4
1 parent b2ac63b commit 0a2e04f

File tree

4 files changed

+949
-780
lines changed

4 files changed

+949
-780
lines changed

Rethinking_2/Chp_02.ipynb

Lines changed: 178 additions & 119 deletions
Large diffs are not rendered by default.

Rethinking_2/Chp_03.ipynb

Lines changed: 150 additions & 280 deletions
Large diffs are not rendered by default.

Rethinking_2/Chp_04.ipynb

Lines changed: 609 additions & 381 deletions
Large diffs are not rendered by default.

Rethinking_2/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ or use the more modern jupyter lab:
4343

4444
from the root directory.
4545

46+
## PyMC v4 Updates
47+
48+
Work is on-going to update these notebooks to be compatible with PyMC v4. Currently chapters 2 through 5 have been converted.
49+
50+
If you wish to run these notebooks, please create the v4 environment by running:
51+
52+
conda env create -f environment_v4.yml
53+
54+
and activate it with:
55+
56+
source activate stat-rethink2-pymc_v4
57+
4658
---
4759

4860
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br /><span>Statistical Rethinking with Python and PyMC</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/aloctavodia/Statistical-Rethinking-with-Python-and-PyMC/graphs/contributors" property="cc:attributionName" rel="cc:attributionURL">All Contributors</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

0 commit comments

Comments
 (0)