Extract the Training VLB and Validation IWAE from a list of explanations objects using the vaeac approach
Extract the Training VLB and Validation IWAE from a list of explanations objects using the vaeac approach
vaeac_get_evaluation_criteria(explanation_list)
Arguments
explanation_list: A list of explain() objects applied to the same data, model, and vaeac must be the used approach. If the entries in the list is named, then the function use these names. Otherwise, it defaults to the approach names (with integer suffix for duplicates) for the explanation objects in explanation_list.
Returns
A data.table containing the training VLB, validation IWAE, and running validation IWAE at each epoch for each vaeac model.