predict_caret: Predict using a caret method
Description
This is not guaranteed to work with all caret methods. If it doesn't
work for a particular method, the user will need to rewrite it.
Usage
predict_caret(object, x, ...)
Arguments
x
New data to predict the response of.
...
Sent to predict
that forwards it to the
appropriate predict function in the caret package.