Skip to content

Commit f0a45b1

Browse files
authored
update putting workflow example (pymc-devs#296)
* update putting workflow example * remove from precommit exclusion * rerun with beta5 * update jupytext config * update extra installs section * rerun with beta6 and einstats 0.2 * fix post date
1 parent 4fccfd0 commit f0a45b1

File tree

6 files changed

+1429
-877
lines changed

6 files changed

+1429
-877
lines changed

.jupytext.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
notebook_metadata_filter = "substitutions"
2+
13
[formats]
24
"examples/" = "ipynb"
35
"myst_nbs/" = ".myst.md:myst"

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ repos:
2929
|examples/gaussian_processes/GP-Latent\.ipynb$
3030
|examples/gaussian_processes/GP-MaunaLoa2\.ipynb$
3131
|examples/samplers/MLDA_gravity_surveying\.ipynb$
32-
|examples/case_studies/putting_workflow\.ipynb$
3332
|examples/pymc3_howto/sampling_callback\.ipynb$
3433
|examples/case_studies/blackbox_external_likelihood\.ipynb$
3534
|examples/samplers/GLM-hierarchical-jax\.ipynb$

examples/case_studies/putting_workflow.ipynb

Lines changed: 1116 additions & 640 deletions
Large diffs are not rendered by default.

examples/references.bib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ @article{bauer2005probing
1919
year = {2005},
2020
publisher = {Taylor \& Francis}
2121
}
22+
@book{berry1996statistics,
23+
title = {Statistics: a Bayesian perspective},
24+
author = {Berry, Donald A},
25+
year = {1996},
26+
publisher = {Duxbury Press}
27+
}
2228
@book{breen1996regression,
2329
title = {Regression models: Censored, sample selected, or truncated data},
2430
author = {Breen, Richard and others},

0 commit comments

Comments
 (0)