Learn R Programming

modeltime (version 1.3.0)

xgboost_predict: 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.