-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Missing kwarg in new traceplot #3420
Comments
Related, is there a way to plot the transformed parameters? For example in the trace there is |
We can change Or make WDYT? |
Hm, yeah that's tricky. I think it makes sense for arviz to not care about "hidden" variables, especially if that relies on a particular way to code them. As such, placing it inside of the pymc3 xarray converter makes sense. Then we could probably still keep the old behavior in our wrapper, no? I never used the transform stuff, didn't know it existed. I think just manually transforming the samples should be good enough. |
We removed the Regarding transformed variables I remember we discuss that internally and also here arviz-devs/arviz#230, but that's all I remember :-) |
Hmm seems like this is a longer discussion to have, I will move forward of rerunning the doc for now and remove/modify the places where we are plotting with |
One idea is that |
I think its worth having post-hoc transformation available as an argument, because it more easily allows users to explore their output and iterate over different transformations. |
There may be some good philosophical reasons to remove This has been my experience now with all the commonly used new plotting functions. Much of my plotting code needs some sort of recoding after the upgrade. |
Maybe choose how to address this, push it to |
I think this was fixed a while back in arviz-devs/arviz#1036 |
We used to have a kwarg
transform
that you can pass a element-wise function to do a transform on the mcmc sample:Not sure if this is still a useful feature, if so we should add it to arviz, if not we should remove all the reference to it in our doc and modify those plotting accordingly.
@ColCarroll @canyon289 @aloctavodia
The text was updated successfully, but these errors were encountered: