xgb.config | R Documentation |
Accessors for model parameters as JSON string.
xgb.config(object)
xgb.config(object) <- value
object |
Object of class |
value |
A JSON string. |
data(agaricus.train, package='xgboost')
train <- agaricus.train
bst <- xgboost(data = train$data, label = train$label, max_depth = 2,
eta = 1, nthread = 2, nrounds = 2, objective = "binary:logistic")
config <- xgb.config(bst)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.