gb_classifier_update {autoMrP} | R Documentation |
GB classifier update
Description
gb_classifier_update()
grows additional trees in gradient tree
boosting ensemble.
Usage
gb_classifier_update(object, n.new.trees, verbose = c(TRUE, FALSE))
Arguments
object |
Gradient tree boosting output. A gbm object. |
n.new.trees |
Number of additional trees to grow. A numeric scalar. |
verbose |
Verbose output. A logical vector indicating whether or not verbose output should be printed. |
Value
An updated gradient tree boosting model.
A gbm.more
object.
[Package autoMrP version 1.0.6 Index]