xgboost_predict {modeltime} | R Documentation |
Wrapper for xgboost::predict
Description
Wrapper for xgboost::predict
Usage
xgboost_predict(object, newdata, ...)
Arguments
object |
a model object for which prediction is desired. |
newdata |
New data to be predicted |
... |
additional arguments affecting the predictions produced. |
[Package modeltime version 1.3.0 Index]