Description Usage Arguments Value
Train a model encapsulated within a tundraContainer.
1 |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.