Description Usage Format Fields
A R6::R6Class() containing logging information of a train() call.
Constructor is called with output (list): List of output, messages, warnings and errors occured in training and the training time.
1 |
R6Class() object
train.time(numeric(1)): Training time.
messages(list): List of messages encountered while training the model.
warnings([list)]: List of warnings encountered while training the model.
[list)]: R:list)
errors([list)]: List of errors encountered while training the model.
[list)]: R:list)
output(list): Remaining output from model fit, only saved if mlrng.keep.train.output option is set to TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.