Summary method for LightGBM model
Show summary information about a LightGBM model object (same as print
).
New in version 4.0.0
## S3 method for class 'lgb.Booster' summary(object, ...)
object
: Object of class lgb.Booster
...
: Not usedThe same input object
, returned as invisible.