-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add method to create inits from fit or draws objects #876
Comments
@jgabry I'll tackle this as well |
Awesome, thanks @andrjohns! |
Just did the 0.7.0 release. Happy to another one whenever these additional features are ready. Thanks for working on this! |
fwiw, I'd love this feature (currently working on using pathfinder to initialize a large model). If there is anything I can do to help let me know. |
@avehtari The Ideally both of the interfaces should be consistent here. Doesn't the multi-pathfinder call already perform PSIS resampling on the results? Is there a benefit to repeating it here? |
When I made the issue, 1) PSIS resampling was often failing in CmdStan, 2) there was no option for sample without replacement which would be better for getting unique initial values. Now 1 has been fixed, and maybe 2, too? |
Birthdays case study illustrates the use of the above functions |
@andrjohns Just checking in on this. Are you still planning on working on it? Let me know if it would be helpful to chat about the implementation. |
I'm finishing this up hopefully this week |
Awesome thanks Steve! |
Closed by #937 |
Especially useful now that Pathfinder is useful for initializing MCMC. To show what I mean I show below what I came up quickly for testing purposes
The text was updated successfully, but these errors were encountered: