arima_xgboost_predict_impl {modeltime} | R Documentation |
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 |
new_data |
A rectangular data object, such as a data frame. |
... |
Additional arguments passed to |
[Package modeltime version 1.3.1 Index]