summary.lgb.Booster.Rd 486 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lgb.Booster.R
\name{summary.lgb.Booster}
\alias{summary.lgb.Booster}
\title{Summary method for LightGBM model}
\usage{
\method{summary}{lgb.Booster}(object, ...)
}
\arguments{
\item{object}{Object of class \code{lgb.Booster}}

\item{...}{Not used}
}
\value{
15
The same input \code{object}, returned as invisible.
16
17
18
19
}
\description{
Show summary information about a LightGBM model object (same as \code{print}).
}