log_inference_data#

pymc_marketing.mlflow.log_inference_data(idata, save_file='idata.nc')[source]#

Log the DataTree to MLflow.

Parameters:
idataxr.DataTree

The DataTree object returned by the sampling method.

save_filestr | Path

The path to save the DataTree object as a netCDF file.