arviz.from_netcdf

arviz.from_netcdf(filename)[source]

Load netcdf file back into an arviz.InferenceData.

Parameters
filenamestr

name or path of the file to load trace

Returns
InferenceData object

Notes

By default, the datasets of the InferenceData object will be lazily loaded instead of loaded into memory. This behaviour is regulated by the value of az.rcParams["data.load"].