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

Description Usage Arguments Value

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/longGriDiSL documentation built on May 24, 2019, 4:56 p.m.