-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
should generate_quantities
accept sample from Pathfinder as input?
#705
Comments
@WardBrian : 👀 ? |
It wouldn’t be that hard IMO but I’m also not willing to hold up the release of 1.2 for it. If someone asks for it we can do it |
OK, because looking at it now, it seems pretty easy to do - I could probably bang it out (famous last words...) |
same question for a laplace sample. |
No technical reason either should be hard (in fact, they’re conceptually easier than the cases we already handle like ADVI, which has the mean as the first output). It does still touch a lot of the code in the gq class (mostly updating if/else branches). I still think it would be nice to come up with a better encapsulation of standalone GQ |
agreed. let's wait on this |
Sounds good, good to have an issue to track it. If the docs updates are ready and you're able to review #691, I think we can release 1.2 early next week |
Summary:
generate_quantities
has been generalized to accept samples from Pathfinder?Description:
requires changes to
cmdstanpy/model.py
methodgenerate_quantities
:cmdstanpy/cmdstanpy/model.py
Line 1272 in d4839e0
Additional Information:
add this as part of planned 1.2 release?
Current Version:
Please include the output of
import cmdstanpy; cmdstanpy.show_versions()
, orat least the cmdstan and cmdstanpy versions used.
The text was updated successfully, but these errors were encountered: