agaricus.test           Test part from Mushroom Data Set
agaricus.train          Training part from Mushroom Data Set
dim.lgb.Dataset         Dimensions of an lgb.Dataset
dimnames.lgb.Dataset    Handling of column names of 'lgb.Dataset'
getinfo                 Get information of an lgb.Dataset object
lgb.Dataset             Contruct lgb.Dataset object
lgb.Dataset.construct   Construct Dataset explicitly
lgb.Dataset.create.valid
                        Contruct validation data
lgb.Dataset.save        Save 'lgb.Dataset' to a binary file
lgb.Dataset.set.categorical
                        Set categorical feature of 'lgb.Dataset'
lgb.Dataset.set.reference
                        Set reference of 'lgb.Dataset'
lgb.cv                  Main CV logic for LightGBM
lgb.dump                Dump LightGBM model to json
lgb.get.eval.result     Get record evaluation result from booster
lgb.load                Load LightGBM model
lgb.save                Save LightGBM model
predict.lgb.Booster     Predict method for LightGBM model
setinfo                 Set information of an lgb.Dataset object
slice                   Slice a dataset
