log_inference_data# pymc_marketing.mlflow.log_inference_data(idata, save_file='idata.nc')[source]# Log the InferenceData to MLflow. Parameters: idataaz.InferenceDataThe InferenceData object returned by the sampling method. save_filestr | PathThe path to save the InferenceData object as a netCDF file.