powered by
Summary method for the gbt function
# S3 method for gbt summary(object, prn = TRUE, ...)
Return value from gbt
gbt
Print iteration history
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/gbt.html for an example in Radiant
gbt to generate results
plot.gbt to plot results
plot.gbt
predict.gbt for prediction
predict.gbt
result <- gbt( titanic, "survived", c("pclass", "sex"), early_stopping_rounds = 0, nthread = 1 ) summary(result)
Run the code above in your browser using DataLab