Skip to content

Commit 217a760

Browse files
authored
Merge pull request #77 from ericmjl/NB-modularizing
Make NBs 1&2 modular (WIP; do NOT merge)
2 parents 279d4d6 + 8f594d1 commit 217a760

15 files changed

+39274
-26432
lines changed

data/baseballdb/core/Salaries.csv

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

data/clickthrough.csv

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

environment.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ dependencies:
2525
- black
2626
- nbstripout
2727
- pylint
28+
- arviz
2829
- theano>=1.0.4
2930
- ipykernel
30-
- pip:
31-
- arviz
31+
- hvplot
32+
- bokeh
33+
- holoviews

notebooks/01a-instructor-probability-simulation.ipynb

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

notebooks/01a-student-probability-simulation.ipynb

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

notebooks/01b-instructor-joint-conditional-probability.ipynb

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

notebooks/01b-student-joint-conditional-probability.ipynb

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

notebooks/02-instructor-parameter-estimation.ipynb

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

notebooks/02-student-parameter-estimation.ipynb

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

notebooks/03-instructor-bayesian-estimation.ipynb

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

0 commit comments

Comments
 (0)