xgb_pre: xgb predictions

Description Usage

View source: R/xgb_pre.R

Description

xgb predictions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
xgb_pre(
  variabledf,
  max_depth,
  eta,
  gamma,
  xgb_lambda,
  xgb_alpha,
  nrounds,
  subsample,
  y_varname = c("day_value", "night_value", "value_mean"),
  training,
  test,
  grepstring,
  ...
)

mengluchu/APMtools documentation built on Jan. 27, 2022, 2:41 a.m.