Skip to content

CART: rapart vs bagging

1 message · Liaw, Andy

#
rpart produces one classification or regression tree.  Bagging is a general
technique for combining classifiers or regression models, usually trees,
from bootstrap samples.  The bagging() function in the `ipred' package just
loop over call to rpart().

Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}