pymc-experimental icon indicating copy to clipboard operation
pymc-experimental copied to clipboard

Get rid of MarginalModel

Open ricardoV94 opened this issue 7 months ago • 0 comments

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

ricardoV94 avatar Jul 11 '24 11:07 ricardoV94