Skip to content

Commit 267bd36

Browse files
authored
Merge pull request #40 from canyon289/06_stu
Add ArviZ to 06-student
2 parents 7cb79fb + 5e6d171 commit 267bd36

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

notebooks/06-student-hierarchical-baseball.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"import theano.tensor as tt\n",
1414
"from data import load_baseball\n",
1515
"from utils import despine, ECDF, despine_traceplot\n",
16+
"import arviz as az\n",
1617
"\n",
1718
"# For deterministic reproducibility.\n",
1819
"np.random.seed(42)\n",
@@ -378,9 +379,9 @@
378379
],
379380
"metadata": {
380381
"kernelspec": {
381-
"display_name": "bayesian-modelling-tutorial",
382+
"display_name": "Python 3",
382383
"language": "python",
383-
"name": "bayesian-modelling-tutorial"
384+
"name": "python3"
384385
},
385386
"language_info": {
386387
"codemirror_mode": {
@@ -392,7 +393,7 @@
392393
"name": "python",
393394
"nbconvert_exporter": "python",
394395
"pygments_lexer": "ipython3",
395-
"version": "3.6.6"
396+
"version": "3.6.8"
396397
}
397398
},
398399
"nbformat": 4,

0 commit comments

Comments
 (0)