Extract predictions from modeling results
get_prediction(result, resample, type = "prediction", format = c("long",
"wide"))
Resampling scheme used to create the results.
The type of prediction to return. The possible types vary between modeling procedure.
Table format of the output. See http://en.wikipedia.org/wiki/Wide_and_narrow_data for more info.
A data frame where the id column refers to the observations.