Skip to content

Commit 8c4d288

Browse files
committed
Merge remote-tracking branch 'origin/master' into bonus-finches
2 parents 62442a6 + cfbf06f commit 8c4d288

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/ericmjl/bayesian-stats-modelling-tutorial/master)
2+
13
# IMPORTANT
24

35
**If you're attending this workshop at SciPy, 2018, make sure to clone, download, or re-pull this repository on the morning of Tuesday July 10, 2018. All edits will be completed by end of day CT Monday July 09.**
@@ -70,6 +72,11 @@ If you don't want to mess around with dev-ops, click the following badge to get
7072

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

75+
76+
# Acknowledgements
77+
78+
Development of this type of material is almost always a result of years of discussions between members of a community. We'd like to thank the community and to mention several people who have played pivotal roles in our understanding the the material: Michael Betancourt, Justin Bois, Allen Downey, Chris Fonnesbeck, Jake VanderPlas. Also, Andrew Gelman rocks!
79+
7380
# data credits
7481

7582
Please see individual notebooks for dataset attribution.
@@ -80,3 +87,5 @@ Further reading resources that are not specifically tied to any notebooks.
8087

8188
- [Visualization in Bayesian workflow](https://arxiv.org/abs/1709.01449)
8289
- [PyMC3 examples gallery](http://docs.pymc.io/examples.html)
90+
91+

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ dependencies:
1616
- tqdm
1717
- missingno
1818
- scikit-learn
19+
- cython
1920
- pip:
20-
- pyjanitor
21+
- pyjanitor

0 commit comments

Comments
 (0)