layerXGBoost: One Layer of XGBoosts on subdivisions of the variables

Description Usage Arguments Value

Description

One Layer of XGBoosts on subdivisions of the variables

Usage

1
2
3
4
5
6
layerXGBoost(y.train, y.test, dat.train, dat.test, dat.testREAL, n.train,
  n.test, n.testREAL, n.subvar = 2000, max.depth = 100,
  num_parallel_tree = 100, eta = 0.1, gamma = 0.1, nthread = 2,
  nrounds = 10, num_class = 26, objective = "multi:softmax",
  colsample_bytree = 0.3, colsample_bylevel = 0.5, colsample_bynode = 1,
  subsample = 0.75, cores = 2, rnd.seed = 1, layer = 1)

Arguments

x

is an object

Value

y is the output


thomaswiemann/SMLpractical documentation built on May 28, 2019, 12:23 p.m.