from_netcdf# pymc_marketing.utils.from_netcdf(filepath)[source]# Load inference data from a netcdf file without fit_data group warnings. Parameters: filepathstr or PathThe path to the netcdf file. Returns: az.InferenceDataThe inference data.