You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decorator to provide context to PyMC models declared in a function.
9
9
This removes all need to think about context managers and lets you separate creating a generative model from using the model.
10
10
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.
0 commit comments