Skip to content

Commit 8cb42bc

Browse files
authored
markdown cell update from PyMC3 to PyMC (#669)
1 parent 86b37ad commit 8cb42bc

File tree

2 files changed

+8
-240
lines changed

2 files changed

+8
-240
lines changed

examples/causal_inference/mediation_analysis.ipynb

Lines changed: 7 additions & 239 deletions
Large diffs are not rendered by default.

examples/causal_inference/mediation_analysis.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ x, m, y = make_data()
8686
sns.pairplot(DataFrame({"x": x, "m": m, "y": y}));
8787
```
8888

89-
## Define the PyMC3 model and conduct inference
89+
## Define the PyMC model and conduct inference
9090

9191
```{code-cell} ipython3
9292
def mediation_model(x, m, y):

0 commit comments

Comments
 (0)