Description Usage Arguments Value
Custom version of XGBoost
| 1 2 3 4 5 6 | customXGBoost(y.train, layer = 1, dat.train, dat.test, dat.testREAL,
  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,
  pass.object = FALSE)
 | 
| x | is an object | 
y is the output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.