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
@cscherrer it likewise would be nice to move the conversion to InferenceData from SampleChains out of this package. This could either live in SampleChains/SampleChainsDynamicHMC via (conditional) dependence or in a glue package that users would need to import. What do you think?
I've been wanting to refactor these things for a while. Currently SampleChains is much too heavy, and adding new samplers is much too awkward. Maybe it should really be more of an interface, like
We need to know how to summarize results and print to the screen
There needs to be a function for converting samples into ArviZ.jl InferenceData
....
The text was updated successfully, but these errors were encountered:
@sethaxen suggests
Originally posted by @sethaxen in arviz-devs/ArviZ.jl#239 (comment)
I've been wanting to refactor these things for a while. Currently SampleChains is much too heavy, and adding new samplers is much too awkward. Maybe it should really be more of an interface, like
InferenceData
The text was updated successfully, but these errors were encountered: