log_inference_data#

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

Log the InferenceData to MLflow.

Parameters:
idataaz.InferenceData

The InferenceData object returned by the sampling method.

save_filestr | Path

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