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
I have a model that uses Lognormal and Uniform priors and if I do a pymc3.find_MAP(), the resulting dictionary has different variable keys than the names of the prior RVs.
I did observe that Lognormal priors will end up with a _log__ suffix and Uniform priors get _interval__
I searched both the GitHub repo and the documentation, but there is no mention in either of them.
Where does this suffix come from? Is it safe to just replace("_log__", "")?