pymc icon indicating copy to clipboard operation
pymc copied to clipboard

Allow storing subset of variable in `pm.sample` via a `var_names` kwarg

Open ricardoV94 opened this issue 1 year ago • 0 comments

Description

Sometimes models with large Deterministics run out of RAM during sampling. One could compute the Deterministics afterwards easily, but would need to create the same model twice, once with the Deterministics and once without.

ricardoV94 avatar Dec 15 '23 11:12 ricardoV94