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
Now that we have model transforms established in PyMC, I think we can do this via a model transform that eagerly places the MarginalRV is in the graph. Everything else should work the same, except unmarginalize will have to know how to look for them, because they are not saved as a model property. Shouldn't be terrible.
This will make allowing user to specify different types of marginalization / parameters for them as in #353
The text was updated successfully, but these errors were encountered:
Now that we have model transforms established in PyMC, I think we can do this via a model transform that eagerly places the
MarginalRV
is in the graph. Everything else should work the same, except unmarginalize will have to know how to look for them, because they are not saved as a model property. Shouldn't be terrible.This will make allowing user to specify different types of marginalization / parameters for them as in #353
The text was updated successfully, but these errors were encountered: