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