Skip to content
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

Converting directly from StanSample #238

Closed
sethaxen opened this issue Oct 28, 2022 · 0 comments · Fixed by #261
Closed

Converting directly from StanSample #238

sethaxen opened this issue Oct 28, 2022 · 0 comments · Fixed by #261

Comments

@sethaxen
Copy link
Member

Currently we recommend converting from CmdStan.jl/Stan.jl outputs via MCMCChains, but StanSample.jl in particular supports many output types, some of which are much better suited than MCMCChains.Chains. We should make sure we have a converter directly from StanSample.SampleModel that ideally can also extract data, sample stats, predictions, log-likelihood, and warmup draws.

StanSample will likely support outputting directly to InferenceData, so some or all of this functionality may live there. See StanJulia/StanSample.jl#60.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant