Skip to content

Commit f1a1fe8

Browse files
committed
update docs to link to zaxtax blog
Co-authored by: Rob Zinkov <[email protected]>
1 parent 84306df commit f1a1fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_experimental/model/model_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def as_model(*model_args, **model_kwargs):
88
Decorator to provide context to PyMC models declared in a function.
99
This removes all need to think about context managers and lets you separate creating a generative model from using the model.
1010
11-
Inspired by the `sampled <https://github.com/colcarroll/sampled>`_ decorator for PyMC3.
11+
Adapted from `Rob Zinkov's blog post <https://www.zinkov.com/posts/2023-alternative-frontends-pymc/>`_ and inspired by the `sampled <https://github.com/colcarroll/sampled>`_ decorator for PyMC3.
1212
1313
Examples
1414
--------

0 commit comments

Comments
 (0)