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
This removes all need to think about context managers and lets you separate creating a generative model from using the model.
10
13
Additionally, a coords argument is added to the function so coords can be changed during function invocation
11
14
15
+
All parameters are wrapped with a `pm.Data` object if the underlying type of the data supports it.
16
+
12
17
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