Roughly speaking, Boosting combines 'weak learners'
in a weighted manner in a stronger ensemble. This
method calls the function gbm.fit
from the
package gbm
. The 'weak learners' are
simple trees that need only very few splits (default: 1).
signature 1
signature 2
signature 3
signature 4
For further argument and output information, consult
gbmCMA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.