createTraining {fuseMLR} | R Documentation |
createTraining
Description
Creates a Training object. A training object is designed to encapsulate training layers and training meta-layer. Functions createTrainLayer and createTrainMetaLayer are available to add the training layer and the training meta-layer to a training object.
Usage
createTraining(
id,
target_df,
ind_col,
target,
problem_type = "classification",
verbose = TRUE
)
Arguments
id |
|
target_df |
|
ind_col |
|
target |
|
problem_type |
|
verbose |
|
Value
The created Training object is returned.
See Also
createTrainLayer, createTrainMetaLayer and fusemlr.
[Package fuseMLR version 0.0.1 Index]