DatasetsDatasets included with the R-package |
|
---|---|
Training part from Mushroom Data Set |
|
Test part from Mushroom Data Set |
|
Bank Marketing Data Set |
|
Data Input / OutputData I/O required for LightGBM |
|
Dimensions of an |
|
Handling of column names of |
|
Get one attribute of a |
|
Set one attribute of a |
|
Construct |
|
Construct Dataset explicitly |
|
Construct validation data |
|
Save |
|
Set categorical feature of |
|
Set reference of |
|
Data preparator for LightGBM datasets with rules (integer) |
|
Slice a dataset |
|
Machine LearningTrain models with LightGBM and then use them to make predictions on new data |
|
Train a LightGBM model |
|
Main training logic for LightGBM |
|
Predict method for LightGBM model |
|
Main CV logic for LightGBM |
|
Configure Fast Single-Row Predictions |
|
Saving / Loading ModelsSave and load LightGBM models |
|
Dump LightGBM model to json |
|
Save LightGBM model |
|
Load LightGBM model |
|
Parse a LightGBM model json dump |
|
Drop serialized raw bytes in a LightGBM model object |
|
Make a LightGBM object serializable by keeping raw bytes |
|
Restore the C++ component of a de-serialized LightGBM model |
|
Model InterpretationAnalyze your models |
|
Get record evaluation result from booster |
|
Compute feature importance in a model |
|
Compute feature contribution of prediction |
|
Plot feature importance as a bar graph |
|
Plot feature contribution as a bar graph |
|
Print method for LightGBM model |
|
Summary method for LightGBM model |
|
Multithreading ControlManage degree of parallelism used by LightGBM |
|
Get default number of threads used by LightGBM |
|
Set maximum number of threads used by LightGBM |