Skip to content

Commit 988fca8

Browse files
🎨 Update plots from pymc to arviz dependencies & replace param sd with sigma
1 parent 0975dfb commit 988fca8

9 files changed

+349
-290
lines changed

examples/pymc3_howto/api_quickstart.ipynb

+3-5
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@
204204
{
205205
"cell_type": "code",
206206
"execution_count": 10,
207-
"metadata": {
208-
"scrolled": false
209-
},
207+
"metadata": {},
210208
"outputs": [
211209
{
212210
"name": "stdout",
@@ -2325,9 +2323,9 @@
23252323
"name": "python",
23262324
"nbconvert_exporter": "python",
23272325
"pygments_lexer": "ipython3",
2328-
"version": "3.6.8"
2326+
"version": "3.8.5"
23292327
}
23302328
},
23312329
"nbformat": 4,
2332-
"nbformat_minor": 2
2330+
"nbformat_minor": 4
23332331
}

examples/pymc3_howto/data_container.ipynb

+173-148
Large diffs are not rendered by default.

examples/pymc3_howto/howto_debugging.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
"name": "python",
344344
"nbconvert_exporter": "python",
345345
"pygments_lexer": "ipython3",
346-
"version": "3.6.10"
346+
"version": "3.8.5"
347347
}
348348
},
349349
"nbformat": 4,

examples/pymc3_howto/lasso_block_update.ipynb

+51-28
Large diffs are not rendered by default.

examples/pymc3_howto/profiling.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"name": "python",
330330
"nbconvert_exporter": "python",
331331
"pygments_lexer": "ipython3",
332-
"version": "3.8.3"
332+
"version": "3.8.5"
333333
}
334334
},
335335
"nbformat": 4,

examples/pymc3_howto/sampling_callback.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"name": "python",
339339
"nbconvert_exporter": "python",
340340
"pygments_lexer": "ipython3",
341-
"version": "3.8.2"
341+
"version": "3.8.5"
342342
}
343343
},
344344
"nbformat": 4,

examples/pymc3_howto/sampling_compound_step.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
"name": "python",
446446
"nbconvert_exporter": "python",
447447
"pygments_lexer": "ipython3",
448-
"version": "3.7.7"
448+
"version": "3.8.5"
449449
},
450450
"latex_envs": {
451451
"LaTeX_envs_menu_present": true,

examples/pymc3_howto/sampling_conjugate_step.ipynb

+27-22
Large diffs are not rendered by default.

examples/pymc3_howto/updating_priors.ipynb

+91-83
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)