xgboostDirect: xgboostDirect

Description Usage Arguments Value

View source: R/gradientBoosting.R

Description

Wrapper function for XGBoost forecasting technique with direct multistep ahead technique

Usage

1
xgboostDirect(ts_embed, horizon, params = NULL)

Arguments

ts_embed
  • Embedded time series, in the inp,out format of gbcode::makeEmbedded

horizon
  • Forecasting horizon

params
  • Additional (optional) parameters for XGBoost

Value

h-step forecast of ts_embed using xgboost and direct multistep-ahead forecasting technique


jdestefani/ExtendedDFML documentation built on Dec. 20, 2021, 10:04 p.m.