xgboost_predict {modeltime} | R Documentation |
Wrapper for xgboost::predict
xgboost_predict(object, newdata, ...)
object |
a model object for which prediction is desired. |
newdata |
New data to be predicted |
... |
additional arguments affecting the predictions produced. |