rtModLog-class | R Documentation |
rtemis Supervised Model Log Class
rtemis Supervised Model Log Class
mod.name
Learner algorithm name
parameters
List of hyperparameters used when building model
error.train
Training error
error.test
Testing error
sessionInfo
The output of sessionInfo()
at the time the model was trained
new()
Initialize rtModLog
object
rtModLog$new( mod.name = character(), parameters = list(), error.train = list(), error.test = NULL )
mod.name
Learner algorithm name
parameters
List of hyperparameters used when building model
error.train
Training error
error.test
Testing error
print()
Print method for rtModLog
object
rtModLog$print()
clone()
The objects of this class are cloneable with this method.
rtModLog$clone(deep = FALSE)
deep
Whether to make a deep clone.
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.