doXGB.train: XGBoost Model Training

Description Usage Arguments Value Author(s)

View source: R/xgb.R

Description

Trains XGBoost regarding the time series and its covariates

Usage

1
doXGB.train(myts, cov, booster, verbose)

Arguments

myts

The training part of the time series

cov

The covariates for the training

booster

Select a boosting method: gblinear or gbtree

verbose

Set to 1 to print information of xgboost performance; 0 for no prints

Value

model The XGBoost model

Author(s)

Marwin Zuefle, Andre Bauer


DescartesResearch/telescope documentation built on Oct. 23, 2021, 9:51 a.m.