R6 does not offer interfaces. Hence all methods are considered as abstract.
refit()Abstract function refits the model to a new data set
GOF_model_trainer$refit(model, data)modelfitted model
dataused for refitting the model
model refitted on data
clone()The objects of this class are cloneable with this method.
GOF_model_trainer$clone(deep = FALSE)deepWhether to make a deep clone.