We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1e946 commit e666460Copy full SHA for e666460
examples/case_studies/multilevel_modeling.ipynb
@@ -76,9 +76,7 @@
76
"from theano import tensor as tt\n",
77
"\n",
78
"print(f\"Running on PyMC3 v{pm.__version__}\")\n",
79
- "\n",
80
"warnings.simplefilter(action=\"ignore\", category=FutureWarning)\n",
81
82
"RANDOM_SEED = 8924\n",
83
"np.random.seed(286)"
84
]
@@ -8533,6 +8531,13 @@
8533
8531
"%load_ext watermark\n",
8534
8532
"%watermark -n -u -v -iv -w"
8535
+ },
+ {
8536
+ "cell_type": "code",
8537
+ "execution_count": null,
8538
+ "metadata": {},
8539
+ "outputs": [],
8540
+ "source": []
8541
}
8542
],
8543
"metadata": {
@@ -8552,7 +8557,7 @@
8552
8557
"name": "python",
8553
8558
"nbconvert_exporter": "python",
8554
8559
"pygments_lexer": "ipython3",
8555
- "version": "3.8.5"
8560
+ "version": "3.6.9"
8556
8561
8562
},
8563
"nbformat": 4,
0 commit comments