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

Simplify sanple representation #9

Open
cscherrer opened this issue Nov 4, 2022 · 0 comments
Open

Simplify sanple representation #9

cscherrer opened this issue Nov 4, 2022 · 0 comments

Comments

@cscherrer
Copy link
Owner

cscherrer commented Nov 4, 2022

@sethaxen suggests

@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?

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

  1. We need to know how to summarize results and print to the screen
  2. There needs to be a function for converting samples into ArviZ.jl InferenceData
  3. ....
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

No branches or pull requests

1 participant