In the "Framework for Ensemble Learning", the ensemble algorithms are described as "Bag generally constructs deep trees. This construction is both time consuming and memory-intensive. This also leads to relatively slow predictions. Boost algorithms generally use very shallow trees. This construction uses relatively little time or memory. However, for effective predictions, boosted trees might need more ensemble members than bagged trees. Therefore it is not always clear which class of algorithms is superior." Should this be inverse? To my understanding, Bag is shallow and boost is deep...