Skip to content

Commit 4e43918

Browse files
Benjamin T. Vincentdrbenvincent
Benjamin T. Vincent
andauthored
minor fixes to splines example (#367)
* create truncated regression example * delete truncated regression example from main branch * create truncated regression example * delete truncated regression example from main branch * create truncated regression example * delete truncated regression example from main branch * fix incorrect statement about pm.NormalMixture * PyMC3 -> PyMC in title. Remove pymc.* tags * update front matter * correct front matter / authorship Co-authored-by: Benjamin T. Vincent <[email protected]>
1 parent f0e67e9 commit 4e43918

File tree

2 files changed

+294
-270
lines changed

2 files changed

+294
-270
lines changed

examples/case_studies/spline.ipynb

+280-265
Large diffs are not rendered by default.

myst_nbs/case_studies/spline.myst.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ jupytext:
66
format_version: 0.13
77
jupytext_version: 1.13.7
88
kernelspec:
9-
display_name: Python 3.9.10 ('pymc-dev-py39')
9+
display_name: Python 3.10.4 ('pymc_env')
1010
language: python
1111
name: python3
1212
---
1313

14-
# Splines in PyMC3
14+
(spline)=
15+
# Splines
1516

16-
:::{post} May 6, 2022
17-
:tags: patsy, pymc.Deterministic, pymc.Exponential, pymc.Model, pymc.Normal, regression, spline
17+
:::{post} June 4, 2022
18+
:tags: patsy, regression, spline
1819
:category: beginner
19-
:author: Joshua Cook updated by Tyler James Burch, Chris Fonnesbeck
20+
:author: Joshua Cook
2021
:::
2122

2223
+++ {"tags": []}
@@ -275,6 +276,14 @@ plt.fill_between(
275276

276277
+++
277278

279+
## Authors
280+
281+
- Created by Joshua Cook
282+
- Updated by Tyler James Burch
283+
- Updated by Chris Fonnesbeck
284+
285+
+++
286+
278287
## Watermark
279288

280289
```{code-cell} ipython3

0 commit comments

Comments
 (0)