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