summary.lgb.Booster {lightgbm} | R Documentation |
Summary method for LightGBM model
Description
Show summary information about a LightGBM model object (same as print
).
New in version 4.0.0
Usage
## S3 method for class 'lgb.Booster'
summary(object, ...)
Arguments
object |
Object of class |
... |
Not used |
Value
The same input object
, returned as invisible.
[Package lightgbm version 4.5.0 Index]