Extract the Training VLB and Validation IWAE from a list of explanations objects using the vaeac approach
vaeac_get_evaluation_criteria(explanation_list)
A data.table containing the training VLB, validation IWAE, and running validation IWAE at each epoch for each vaeac model.
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
.
Lars Henry Berge Olsen