from_netcdf#

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

Load inference data from a netcdf file.

Deprecated since version ``from_netcdf``: will be removed in a future release. Use arviz.from_netcdf directly instead.

Parameters:
filepathstr or Path

The path to the netcdf file.

Returns:
az.InferenceData

The inference data.