TrainResult: TrainResult

Description Usage Format Fields

Description

A R6::R6Class() containing data of a train().

Usage

1

Format

R6Class() object

Fields

task

(Task()): Task used to fit the model.

learner

(Learner()): Learner used to fit the model.

wrapped.model

any: Result of the model fit as returned by third party packages.

train

(integer): Indices of training data used to fit the model.

train.log

(TrainLog()): Logging information from model fit.

train.success

(logical(1)): Was the training sucessfull. Depending on the settings of mlrng.continue.on.train.error this can still be a valid model, but it uses a dummy fallback learner.


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