tabensemb.trainer.Trainer.get_modelwise_cv_metrics#

method

Trainer.get_modelwise_cv_metrics() Dict[str, Dict[str, DataFrame]][source]#

Assemble cross-validation results in the folder self.project_root/cv for metrics of each model in each model base.

Returns:
dict

A dict of dicts where each of them contains metrics of cross-validation of one model.