arima_xgboost_predict_impl: Bridge prediction Function for ARIMA-XGBoost Models
Description
Bridge prediction Function for ARIMA-XGBoost Models
Usage
arima_xgboost_predict_impl(object, new_data, ...)
Arguments
- object
An object of class model_fit
.
- new_data
A rectangular data object, such as a data frame.
- ...
Additional arguments passed to predict.xgb.Booster()