gb_classifier_update: GB classifier update

View source: R/gb_classifier.R

gb_classifier_updateR 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.


autoMrP documentation built on Aug. 17, 2023, 5:07 p.m.