We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc @twiecki, related #1563
It seems that the logp being evaluated in ElemwiseCategoricalStep is incorrect: ElemwiseCategorical evaluate the logp of the RV and its parent: https://github.com/pymc-devs/pymc3/blob/fde52a4a69be1b0887a2f7861801fb48c941bbe6/pymc3/step_methods/gibbs.py#L39-L40 https://github.com/pymc-devs/pymc3/blob/fde52a4a69be1b0887a2f7861801fb48c941bbe6/pymc3/step_methods/gibbs.py#L53-L56
ElemwiseCategoricalStep
ElemwiseCategorical
Instead, it should evaluate on the conditional logp only (as in Gibbs sampling).
The text was updated successfully, but these errors were encountered:
model_logp
cc @rrkarim
Sorry, something went wrong.
Method was removed in #4701
No branches or pull requests
cc @twiecki, related #1563
It seems that the logp being evaluated in
ElemwiseCategoricalStep
is incorrect:ElemwiseCategorical
evaluate the logp of the RV and its parent:https://github.com/pymc-devs/pymc3/blob/fde52a4a69be1b0887a2f7861801fb48c941bbe6/pymc3/step_methods/gibbs.py#L39-L40
https://github.com/pymc-devs/pymc3/blob/fde52a4a69be1b0887a2f7861801fb48c941bbe6/pymc3/step_methods/gibbs.py#L53-L56
Instead, it should evaluate on the conditional logp only (as in Gibbs sampling).
The text was updated successfully, but these errors were encountered: