summary.lgb.Booster: Summary method for LightGBM model

View source: R/lgb.Booster.R

summary.lgb.BoosterR 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 lgb.Booster

...

Not used

Value

The same input object, returned as invisible.


lightgbm documentation built on Sept. 11, 2024, 8:44 p.m.