Skip to content
Prev 138847 / 398506 Next

Rpart and bagging - how is it done?

On Fri, 7 Mar 2008, Prof Brian Ripley wrote:

            
its mainly used to avoid repeated formula parsing and other data 
preprocessing steps everytime a tree is grown (which in my experience can 
be quite a substancial advantage both with respect to speed and memory 
consumption). As Brian said, rpart doesn't really interpret weights as
case weights and thus the example code from the book is not totally 
correct. However, for example, party::ctree accepts case weights.

Best wishes,

Torsten