Predict on a dataset using a trained tundraContainer.
predict(dataframe, predict_args = list(), verbose = FALSE, munge = TRUE)
dataframe | data.frame. The dataset to generate predictions on
with the trained model. The data will be preprocessed with the
|
---|---|
predict_args | list. A list of arguments to pass to the
|
verbose | logical. Either |
munge | logical. Either |
The value returned by the tundraContainer
's
predict_function
, usually a numeric vector or
data.frame
of predictions.