tabensemb.trainer.Trainer.copy# method Trainer.copy() → Trainer[source]# Copy the Trainer and save it to another directory. It might be time and space-consuming because all model bases are copied once. Returns: trainerA Trainer instance. See also detach_modelbase(), detach_model(), tabensemb.model.AbstractModel.detach_model()