Learn R Programming

radiant.model (version 1.6.7)

summary.gbt: Summary method for the gbt function

Description

Summary method for the gbt function

Usage

# S3 method for gbt
summary(object, prn = TRUE, ...)

Arguments

object

Return value from gbt

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

Run this code
result <- gbt(
  titanic, "survived", c("pclass", "sex"),
  early_stopping_rounds = 0, nthread = 1
)
summary(result)

Run the code above in your browser using DataLab