TrainLog: TrainLog

Description Usage Format Fields

Description

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.

Usage

1

Format

R6Class() object

Fields

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.


mlr-org/mlrng documentation built on May 4, 2019, 4:22 p.m.