Skip to content

Add NBs for ODSC East (WIP; don't merge) #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# bayesian-stats-modelling-tutorial

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ericmjl/bayesian-stats-modelling-tutorial/master)

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

How to do Bayesian statistical modelling using numpy and PyMC3
# for conference tutorial attendees

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/).

# getting started

To get started, first identify whether you:

1. Prefer to use the `conda` package manager (which ships with the Anaconda distribution of Python), or if you
2. prefer to use `pipenv`, which is a package authored by Kenneth Reitz for package management with `pip` and `virtualenv`, or if you
3. Do not want to mess around with dev-ops.
4. Only want to view the website version of the notebooks.
- Would like to run the tutorial material on servers hosted elsewhere, to avoid installation,
- Prefer to use the `conda` package manager (which ships with the Anaconda distribution of Python),
- Prefer to use `pipenv`, which is a package authored by Kenneth Reitz for package management with `pip` and `virtualenv`, or
- Only want to view the website version of the notebooks.


## To run the tutorial material on servers elsewhere

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ericmjl/bayesian-stats-modelling-tutorial/master)

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).

## 1. Clone the repository locally

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

Large diffs are not rendered by default.

Loading