diff --git a/BCM/README.md b/BCM/README.md index 60994062..edcb0014 100644 --- a/BCM/README.md +++ b/BCM/README.md @@ -4,8 +4,8 @@ PyMC port of Lee and Wagenmakers' [Bayesian Cognitive Modeling - A Practical Cou All the codes are in jupyter notebooks with the model explained in distributions (as in the book). ## View now on: -[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/master?filepath=BCM) -[](http://nbviewer.jupyter.org/github/pymc-devs/resources/blob/master/BCM/index.ipynb) +[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/pymc-resources/main?filepath=BCM) +[](http://nbviewer.jupyter.org/github/pymc-devs/pymc-resources/blob/main/BCM/index.ipynb) # Notice: This repository is tested under [PyMC](https://github.com/pymc-devs/pymc) v3.8 master with [theano](https://github.com/Theano/Theano) 1.0.4 diff --git a/BDA3/README.md b/BDA3/README.md index 9f0f3d1e..e3fe921f 100644 --- a/BDA3/README.md +++ b/BDA3/README.md @@ -108,7 +108,7 @@ Feel free to send PR to fix errors, improve the code or made comments that could ## Installing the dependencies To install the dependencies to run these notebooks, you can use -[Anaconda](https://www.continuum.io/downloads). Once you have installed +[Anaconda](https://www.anaconda.com/download). Once you have installed Anaconda, run: conda env create -f environment.yml diff --git a/BSM/README.md b/BSM/README.md index bdaec56f..a32b89c5 100644 --- a/BSM/README.md +++ b/BSM/README.md @@ -27,4 +27,4 @@ Activate the environment by running: --- -Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License. +Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/Rethinking/README.md b/Rethinking/README.md index c62247be..a3739b24 100644 --- a/Rethinking/README.md +++ b/Rethinking/README.md @@ -5,8 +5,8 @@ In this repository we port [the book's original code in R and Stan](https://github.com/rmcelreath/rethinking) to Python and PyMC. We attempt to reproduce the examples as faithfully as possible while expressing them in a _Pythonic_ and _PyMConic_ way. ## Display notebooks -[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/resources/master?filepath=Rethinking) -[](http://nbviewer.jupyter.org/github/pymc-devs/resources/blob/master/Rethinking) +[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/pymc-devs/pymc-resources/main?filepath=Rethinking) +[](https://nbviewer.org/github/pymc-devs/pymc-resources/tree/main/Rethinking/) ## Contributing @@ -18,7 +18,7 @@ You can also join the discussion on [Gitter](https://gitter.im/Statistical-Rethi ## Installing the dependencies -To install the dependencies to run these notebooks, you can use [Anaconda](https://www.continuum.io/downloads). Once you have installed Anaconda, run: +To install the dependencies to run these notebooks, you can use [Anaconda](https://www.anaconda.com/download). Once you have installed Anaconda, run: conda env create -f environment.yml @@ -30,4 +30,4 @@ Activate the environment by running: --- -Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License. +Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/Rethinking_2/README.md b/Rethinking_2/README.md index 11762c1a..60f99aed 100644 --- a/Rethinking_2/README.md +++ b/Rethinking_2/README.md @@ -15,7 +15,7 @@ All contributions are welcome! Feel free to send PRs to fix errors, improve the code, or make comments that could help users of this repository and readers of the book. When submitting PRs, please make sure the notebooks are formatted according to the [PyMC NB style guide](https://github.com/pymc-devs/pymc/wiki/PyMC's-Jupyter-Notebook-Style). -You can also join the discussion on [Gitter](https://gitter.im/Statistical-Rethinking-with-Python-and-PyMC/Lobby). +You can also join the discussion on [Gitter](https://gitter.im/Statistical-Rethinking-with-Python-and-PyMC3/Lobby). ## Installing the dependencies @@ -57,4 +57,4 @@ and activate it with: --- -Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License. +Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/Rethinking_2/lectures_winter2022/README.md b/Rethinking_2/lectures_winter2022/README.md index 2986465e..45e7c0ed 100644 --- a/Rethinking_2/lectures_winter2022/README.md +++ b/Rethinking_2/lectures_winter2022/README.md @@ -6,4 +6,4 @@ In this directory, we create the lecture code that are *not* in the book. It app --- -Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License. +Creative Commons License
Statistical Rethinking with Python and PyMC by All Contributors is licensed under a Creative Commons Attribution 4.0 International License.