Skip to content

Commit b1574c7

Browse files
committed
rebase, add cross-references and bibliography
1 parent dbc8107 commit b1574c7

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

examples/pymc3_howto/data_container.ipynb

+13-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"# Using shared variables (`Data` container adaptation)\n",
99
"\n",
1010
":::{post} Dec 16, 2021\n",
11-
":tags: shared data, predictions, posterior predictive\n",
11+
":tags: posterior predictive, predictions, pymc3.Bernoulli, pymc3.Data, pymc3.Deterministic, pymc3.HalfNormal, pymc3.Model, pymc3.Normal, shared data\n",
1212
":category: beginner\n",
1313
":author: Juan Martin Loyola, Kavya Jaiswal, Oriol Abril\n",
1414
":::"
@@ -1130,7 +1130,7 @@
11301130
"cell_type": "markdown",
11311131
"metadata": {},
11321132
"source": [
1133-
"This example is taken from Osvaldo Martin's book: [Bayesian Analysis with Python: Introduction to statistical modeling and probabilistic programming using PyMC3 and ArviZ, 2nd Edition](https://www.amazon.com/Bayesian-Analysis-Python-Introduction-probabilistic-ebook/dp/B07HHBCR9G)."
1133+
"This example is taken from Osvaldo Martin's book: [Bayesian Analysis with Python: Introduction to statistical modeling and probabilistic programming using PyMC3 and ArviZ, 2nd Edition](https://www.amazon.com/Bayesian-Analysis-Python-Introduction-probabilistic-ebook/dp/B07HHBCR9G) {cite:p}`martin2018bayesian`."
11341134
]
11351135
},
11361136
{
@@ -1465,6 +1465,17 @@
14651465
"* Updated by [Kavya Jaiswal](https://github.com/KavyaJaiswal) and [Oriol Abril](https://github.com/OriolAbril) in December, 2021 ([pymc-examples#151](https://github.com/pymc-devs/pymc-examples/pull/151))"
14661466
]
14671467
},
1468+
{
1469+
"cell_type": "markdown",
1470+
"metadata": {},
1471+
"source": [
1472+
"## References\n",
1473+
"\n",
1474+
":::{bibliography}\n",
1475+
":filter: docname in docnames\n",
1476+
":::"
1477+
]
1478+
},
14681479
{
14691480
"cell_type": "markdown",
14701481
"metadata": {},

examples/references.bib

+8
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,14 @@ @article{lewandowski2009generating
142142
publisher={Elsevier}
143143
}
144144

145+
@book{martin2018bayesian,
146+
title={Bayesian analysis with Python: introduction to statistical modeling and probabilistic programming using PyMC3 and ArviZ},
147+
author={Martin, Osvaldo},
148+
year={2018},
149+
publisher={Packt Publishing Ltd}
150+
}
151+
152+
145153
@book{mcelreath2018statistical,
146154
title={Statistical rethinking: A Bayesian course with examples in R and Stan},
147155
author={McElreath, Richard},

examples/variational_inference/bayesian_neural_network_advi.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7+
"(bayesian_neural_network_advi)=\n",
78
"# Variational Inference: Bayesian Neural Networks"
89
]
910
},
@@ -919,7 +920,7 @@
919920
"metadata": {
920921
"anaconda-cloud": {},
921922
"kernelspec": {
922-
"display_name": "Python 3",
923+
"display_name": "Python 3 (ipykernel)",
923924
"language": "python",
924925
"name": "python3"
925926
},
@@ -933,7 +934,7 @@
933934
"name": "python",
934935
"nbconvert_exporter": "python",
935936
"pygments_lexer": "ipython3",
936-
"version": "3.8.10"
937+
"version": "3.9.7"
937938
},
938939
"latex_envs": {
939940
"bibliofile": "biblio.bib",

0 commit comments

Comments
 (0)