from_netcdf#

pymc_marketing.utils.from_netcdf(filepath)[source]#

Load inference data from a netcdf file without fit_data group warnings.

Parameters:
filepathstr or Path

The path to the netcdf file.

Returns:
az.InferenceData

The inference data.