createTraining | R Documentation |
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.
createTraining(
id,
target_df,
ind_col,
target,
problem_type = "classification",
verbose = TRUE
)
id |
|
target_df |
|
ind_col |
|
target |
|
problem_type |
|
verbose |
|
The created Training object is returned.
createTrainLayer, createTrainMetaLayer and fusemlr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.