View source: R/gb_classifier.R
gb_classifier_update | R Documentation |
gb_classifier_update()
grows additional trees in gradient tree
boosting ensemble.
gb_classifier_update(object, n.new.trees, verbose = c(TRUE, FALSE))
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. |
An updated gradient tree boosting model.
A gbm.more
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.