pymc-devs / pymc

Bayesian Modeling and Probabilistic Programming in Python
https://docs.pymc.io/
Other
8.62k stars 1.99k forks source link

Store unconstrained variables by default after sampling #7139

Open ricardoV94 opened 7 months ago

ricardoV94 commented 7 months ago

Description

These are needed for many methods like MargnalModel.recover_marginals. And debugging utilities like https://github.com/pymc-devs/pymc-experimental/issues/217

Alleviates the need for #6721