Train a model encapsulated within a tundraContainer.
train(dataframe, train_args = list(), verbose = FALSE, munge = TRUE)
| dataframe | data.frame. The dataset to train the model on. This
will be preprocessed with the |
|---|---|
| train_args | list. A list of arguments to make available
to the |
| verbose | logical. Either |
| munge | logical. Either |
The value returned by the tundraContainer's
train_function. Since the train_function has side effects
on the container as its primary purpose, this can usually be
invisible(NULL).