Skip to content

Commit 4f9b687

Browse files
🎨 Update plots to arviz dependency instead of pymc3 dependency
1 parent a0eec1e commit 4f9b687

11 files changed

+1035
-1061
lines changed

examples/generalized_linear_models/GLM-hierarchical-binominal-model.ipynb

+59-58
Large diffs are not rendered by default.

examples/generalized_linear_models/GLM-hierarchical.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
}
468468
],
469469
"source": [
470-
"pm.traceplot(hierarchical_trace, var_names=[\"mu_a\", \"mu_b\", \"sigma_a\", \"sigma_b\", \"eps\"]);"
470+
"az.plot_trace(hierarchical_trace, var_names=[\"mu_a\", \"mu_b\", \"sigma_a\", \"sigma_b\", \"eps\"]);"
471471
]
472472
},
473473
{
@@ -500,7 +500,7 @@
500500
}
501501
],
502502
"source": [
503-
"pm.traceplot(hierarchical_trace, var_names=[\"a\"], coords={\"a_dim_0\": range(5)});"
503+
"az.plot_trace(hierarchical_trace, var_names=[\"a\"], coords={\"a_dim_0\": range(5)});"
504504
]
505505
},
506506
{
@@ -764,7 +764,7 @@
764764
"name": "python",
765765
"nbconvert_exporter": "python",
766766
"pygments_lexer": "ipython3",
767-
"version": "3.7.7"
767+
"version": "3.8.5"
768768
},
769769
"latex_envs": {
770770
"bibliofile": "biblio.bib",

examples/generalized_linear_models/GLM-linear.ipynb

+48-41
Large diffs are not rendered by default.

examples/generalized_linear_models/GLM-logistic.ipynb

+81-64
Large diffs are not rendered by default.

examples/generalized_linear_models/GLM-model-selection.ipynb

+561-623
Large diffs are not rendered by default.

examples/generalized_linear_models/GLM-negative-binomial-regression.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
"name": "python",
10841084
"nbconvert_exporter": "python",
10851085
"pygments_lexer": "ipython3",
1086-
"version": "3.8.3"
1086+
"version": "3.8.5"
10871087
}
10881088
},
10891089
"nbformat": 4,

examples/generalized_linear_models/GLM-poisson-regression.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@
11851185
"name": "python",
11861186
"nbconvert_exporter": "python",
11871187
"pygments_lexer": "ipython3",
1188-
"version": "3.8.3"
1188+
"version": "3.8.5"
11891189
},
11901190
"latex_envs": {
11911191
"bibliofile": "biblio.bib",

examples/generalized_linear_models/GLM-robust-with-outlier-detection.ipynb

+278-267
Large diffs are not rendered by default.

examples/generalized_linear_models/GLM-robust.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
"name": "python",
411411
"nbconvert_exporter": "python",
412412
"pygments_lexer": "ipython3",
413-
"version": "3.7.7"
413+
"version": "3.8.5"
414414
},
415415
"latex_envs": {
416416
"bibliofile": "biblio.bib",

examples/generalized_linear_models/GLM-rolling-regression.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
"name": "python",
577577
"nbconvert_exporter": "python",
578578
"pygments_lexer": "ipython3",
579-
"version": "3.7.7"
579+
"version": "3.8.5"
580580
}
581581
},
582582
"nbformat": 4,

examples/generalized_linear_models/GLM.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@
11311131
"name": "python",
11321132
"nbconvert_exporter": "python",
11331133
"pygments_lexer": "ipython3",
1134-
"version": "3.7.7"
1134+
"version": "3.8.5"
11351135
}
11361136
},
11371137
"nbformat": 4,

0 commit comments

Comments
 (0)