DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
There are quite a few options exposed by Rattle for boosting our decision tree model. We will explore how these can help us to build the best model.
It is not always clear exactly how many trees we should build for our ensemble. The default for ada is to build 50 trees. But is that enough? The Boost functionality in Rattle allows the ensemble of trees to be added to, so that we can easily explore whether more trees will improve the performance of the model. To do so, simply increase the value specified in the Number of Trees text box and click the Continue button. This will pick up the model building from where it was left off and build as many more trees as is needed to get up to the specified number of trees.