arviz.SamplingWrapper.get_inference_data#
- SamplingWrapper.get_inference_data(fitted_model)[source]#
Convert the
fitted_model
to an InferenceData object.Not implemented: This method must be implemented by the SamplingWrapper subclasses. It is documented here to show its format and call signature.
- Parameters:
- fitted_model
Result of the current fit.
- Returns:
- idata_current:
InferenceData
InferenceData object containing the samples in
fitted_model
- idata_current: