Description Usage Format Fields
A R6::R6Class() containing data of a train().
1 |
R6Class() object
task(Task()): Task used to fit the model.
learner(Learner()): Learner used to fit the model.
wrapped.modelany: 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.