print.lgb.Booster.Rd 465 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{print.lgb.Booster}
\alias{print.lgb.Booster}
\title{Print method for LightGBM model}
\usage{
\method{print}{lgb.Booster}(x, ...)
}
\arguments{
\item{x}{Object of class \code{lgb.Booster}}

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