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

new_data

A rectangular data object, such as a data frame.

...

Additional arguments passed to predict.xgb.Booster()


[Package modeltime version 1.2.8 Index]