Open sethaxen opened 1 year ago
Python ArviZ has from_json and to_json methods for (de)serializing InferenceData to/from JSON. Similar to InferenceObjectsNetCDF and #6, we could implement a subpackage or extension here to do the same.
from_json
to_json
InferenceData
Python ArviZ has
from_json
andto_json
methods for (de)serializingInferenceData
to/from JSON. Similar to InferenceObjectsNetCDF and #6, we could implement a subpackage or extension here to do the same.