print.lgb.Booster {lightgbm}R Documentation

Print method for LightGBM model

Description

Show summary information about a LightGBM model object (same as summary).

New in version 4.0.0

Usage

## S3 method for class 'lgb.Booster'
print(x, ...)

Arguments

x

Object of class lgb.Booster

...

Not used

Value

The same input x, returned as invisible.


[Package lightgbm version 4.3.0 Index]