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
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.
The text was updated successfully, but these errors were encountered:
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 fromStanSample.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.The text was updated successfully, but these errors were encountered: