summary.gbt {radiant.model} | R Documentation |
Summary method for the gbt function
Description
Summary method for the gbt function
Usage
## S3 method for class 'gbt'
summary(object, prn = TRUE, ...)
Arguments
object |
Return value from |
prn |
Print iteration history |
... |
further arguments passed to or from other methods |
Details
See https://radiant-rstats.github.io/docs/model/gbt.html for an example in Radiant
See Also
gbt
to generate results
plot.gbt
to plot results
predict.gbt
for prediction
Examples
result <- gbt(
titanic, "survived", c("pclass", "sex"),
early_stopping_rounds = 0, nthread = 1
)
summary(result)
[Package radiant.model version 1.6.6 Index]