Ricardo Vieira
Ricardo Vieira
I think you are confusing 1) the prior for the hypothesis of which bowl was selected (which should be updated with each observation) and 2) the prior probability of taking...
Instead of `m_censored.logp` you should call `m_censored.compile_logp()`
I confirm the code in the notebook still needs to be updated
One way printing is useful is if you have intermediate operations between variables, so that you don't know the exact value that is leading to problems. A perhaps dumb example...
The model will likely fail without any way of seeing what the value of the deterministic was. This is also true when a model fails during sample or when fitting...
What happens without that `include_transformed` argument? And how are you printing the parameter values, I don't see any transformed variable names in the output of MAP that you printed. There...
@juanitorduz If you mean adding it to pymc-examples, it's up for grabs. I don't plan to work on it in the foreseeable future. If you want to extend it, many...
> Yes, put it into the docs! I suggest (as I am not an expert in the subject) format the notebook in order to publish it in the docs ,...
After https://github.com/pymc-devs/pymc/pull/6113, `pm.Bound` will be marked as deprecated. Examples that rely on it should switch to use of `pm.Truncated` or unbounded_distribution + interval transform (continuous) or potential (discrete) if the...
> Remark: Seems the title is a bit long? In the gallery id does not render nicely. Maybe is better if we remove the "two action" from the title? Agree