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
For now a dump of things to take into account regarding integration of PyMC v4 with InferenceData, which can now be improved signifiicantly further now that the converter is part of the PyMC codebase.
Goals:
Converting from MultiTrace to InferenceData does not represent loosing of information -> transformed variables, metadata, values in report...
feasible
Storing sampler arguments, initial values, mass matrix... to allow reproducible sampling given a model object and an inferencedata. A bit related to Add other data to schema? arviz-devs/arviz#220
It might make sense to subclass inferencedata at some point to add extra conventions when reading/writing inferencedata files to netcdf or zarr. For example, it might be possible to retrieve the transformations on posterior variables from the names or attributes of posterior and unconstrained_posterior groups (even if not always). I have also not been following the modelbuilder work, but it might also help a bit there?
For now a dump of things to take into account regarding integration of PyMC v4 with InferenceData, which can now be improved signifiicantly further now that the converter is part of the PyMC codebase.
Goals:
Related issues:
The text was updated successfully, but these errors were encountered: