xgb_band: xgb_band

Description Usage Arguments

View source: R/xgboost_binnariser.R

Description

A wrapper function that automates the xgboost training process

Usage

1
xgb_band(dtrain, x, y, w = NULL, max_levels, xgbParams, ...)

Arguments

dtrain

A data.frame that contains the training data

x

A list of column names that identify the explanatory features

y

A column name that identifies that target variable

w

A column name that contains the name of the weight column. Defaults to NULL

max_levels

Whats the maximum number of levels the model should create

xgbParams

A named list containing the XGBoost Learning Parameters

...

Additional Arguments to be passed to train_xgboost


gm209/gmtools documentation built on May 22, 2019, 2:39 p.m.