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 commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Bug Fixes
get_named_params() returns only named params and doesn't raise an error anymore.
Add deleter to named_params property.
Change
Move named_params stuff from dedicated mixin to types.Model.
Raise explicit invalid param name error.
This ensures that e.g. during sampling, the likelihood does not simply
return -np.inf because it sees a ValueError.
Call set_named_params() in likelihoods.
This ensures that a model definition is respected during inference and
also when reloading sampled parameters. In case no named_params are
provided, this will simply behave as set_params().