xgboost_predict: Wrapper for xgboost::predict

View source: R/utils-xgboost.R

xgboost_predictR 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.


modeltime documentation built on Oct. 23, 2024, 1:07 a.m.