from_netcdf#
- pymc_marketing.utils.from_netcdf(filepath)[source]#
Load inference data from a netcdf file without
fit_datagroup warnings.Deprecated since version ``from_netcdf``: will be removed in a future release. Use
arviz.from_netcdfdirectly instead.- Parameters:
- filepath
strorPath The path to the netcdf file.
- filepath
- Returns:
az.InferenceDataThe inference data.