gpb.Dataset.construct | R Documentation |
Construct Dataset explicitly
gpb.Dataset.construct(dataset)
dataset |
Object of class |
constructed dataset
data(agaricus.train, package = "gpboost")
train <- agaricus.train
dtrain <- gpb.Dataset(train$data, label = train$label)
gpb.Dataset.construct(dtrain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.