50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

lightgbm (version 4.3.0)

summary.lgb.Booster: 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 lgb.Booster
summary(object, ...)

Value

The same input object, returned as invisible.

Arguments

object

Object of class lgb.Booster

...

Not used