summary.xgb.Booster: S3 methods for fit summary from xgboost

Description Usage Arguments Value

View source: R/summaryS3methods.R

Description

Prints the modeling summary for the xgboost model fit (see xgboost R package).

Usage

1
2
3
4
5
## S3 method for class 'xgb.Booster'
summary(object, ...)

## S3 method for class 'xgb.cv.synchronous'
summary(object, ...)

Arguments

object

The model fit object produced by xgboost (and extracted with getmodel_byname).

...

Additional options (not used)

Value

The markdown-formated model summary returned by pander::pander_return.


osofr/estimtr documentation built on Jan. 25, 2022, 8:05 a.m.