Skip to content

Commit 69bee1b

Browse files
authored
Merge pull request #36 from canyon289/04_student
Add ArviZ to 04-student
2 parents d8b4a68 + d16ee33 commit 69bee1b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

notebooks/04-student-multi-group-comparsion-sterilization.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"from sklearn.preprocessing import LabelEncoder\n",
1515
"import theano.tensor as tt\n",
1616
"from utils import ECDF\n",
17+
"import arviz as az\n",
1718
"\n",
1819
"%load_ext autoreload\n",
1920
"%autoreload 2\n",
@@ -239,7 +240,7 @@
239240
"outputs": [],
240241
"source": [
241242
"# Use the `forestplot` or `plot_posterior` functions.\n",
242-
"pm._______(_______, varnames=______)"
243+
"az._______(_______, var_names=______)"
243244
]
244245
},
245246
{
@@ -272,9 +273,9 @@
272273
],
273274
"metadata": {
274275
"kernelspec": {
275-
"display_name": "bayesian-modelling-tutorial",
276+
"display_name": "Python 3",
276277
"language": "python",
277-
"name": "bayesian-modelling-tutorial"
278+
"name": "python3"
278279
},
279280
"language_info": {
280281
"codemirror_mode": {
@@ -286,7 +287,7 @@
286287
"name": "python",
287288
"nbconvert_exporter": "python",
288289
"pygments_lexer": "ipython3",
289-
"version": "3.6.6"
290+
"version": "3.6.8"
290291
}
291292
},
292293
"nbformat": 4,

0 commit comments

Comments
 (0)