Learn R Programming

mlr (version 2.3)

makeWrappedModel: Induced model of learner.

Description

Result from train.

It internally stores the underlying fitted model, the subset used for training, features used for training, levels of factors in the data set and computation time that was spent for training.

Object members: See arguments.

The constructor makeWrappedModel is mainly for internal use.

Usage

makeWrappedModel(learner, learner.model, task.desc, subset, features,
  factor.levels, time)

Arguments

Value

[WrappedModel].