Skip to content

Commit cb93f36

Browse files
author
Hugo Bowne-Anderson
authored
Add NBs for ODSC East
* Add NBs for ODSC East * Update README.md
1 parent 86ce770 commit cb93f36

8 files changed

+4568
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1+
# bayesian-stats-modelling-tutorial
2+
13
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ericmjl/bayesian-stats-modelling-tutorial/master)
24

3-
# bayesian-stats-modelling-tutorial
5+
How to do Bayesian statistical modelling using numpy and PyMC3.
46

5-
How to do Bayesian statistical modelling using numpy and PyMC3
7+
# for conference tutorial attendees
8+
9+
If you're looking for the material for a specific conference tutorial, navigate to the notebooks directory and look for a subdirectory for the conference you're interested. For example, `notebooks/ODSC-East-2020-04-14` contains the material for [Hugo's ODSC East tutorial on April 14, 2020](https://odsc.com/speakers/bayesian-data-science-probabilistic-programming/).
610

711
# getting started
812

913
To get started, first identify whether you:
1014

11-
1. Prefer to use the `conda` package manager (which ships with the Anaconda distribution of Python), or if you
12-
2. prefer to use `pipenv`, which is a package authored by Kenneth Reitz for package management with `pip` and `virtualenv`, or if you
13-
3. Do not want to mess around with dev-ops.
14-
4. Only want to view the website version of the notebooks.
15+
- Would like to run the tutorial material on servers hosted elsewhere, to avoid installation,
16+
- Prefer to use the `conda` package manager (which ships with the Anaconda distribution of Python),
17+
- Prefer to use `pipenv`, which is a package authored by Kenneth Reitz for package management with `pip` and `virtualenv`, or
18+
- Only want to view the website version of the notebooks.
19+
20+
21+
## To run the tutorial material on servers elsewhere
22+
23+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ericmjl/bayesian-stats-modelling-tutorial/master)
24+
25+
To do this, click on the [Binder](https://mybinder.readthedocs.io/en/latest/) badge above. This will spin up the necessary computational environment for you so you can write and execute Python code from the comfort of your browser. It is a free service. Due to this, the resources are not guaranteed, though they usually work well. If you want as close to a guarantee as possible, follow the instructions below to set up your computational environment locally (that is, on your own computer).
1526

1627
## 1. Clone the repository locally
1728

@@ -152,4 +163,4 @@ Further reading resources that are not specifically tied to any notebooks.
152163
- [Visualization in Bayesian workflow](https://arxiv.org/abs/1709.01449)
153164
- [PyMC3 examples gallery](http://docs.pymc.io/examples.html)
154165
- [Bayesian Analysis Recipes](https://github.com/ericmjl/bayesian-analysis-recipes)
155-
- [Communicating uncertainty about facts, numbers and science](https://royalsocietypublishing.org/doi/full/10.1098/rsos.181870)
166+
- [Communicating uncertainty about facts, numbers and science](https://royalsocietypublishing.org/doi/full/10.1098/rsos.181870)

notebooks/ODSC-East-2020-04-14/01-Instructor-Probability_a_simulated_introduction.ipynb

Lines changed: 1726 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)