From the course: Machine Learning and AI: Advanced Decision Trees with SPSS

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Stopping rules in QUEST

Stopping rules in QUEST

- [Instructor] Let's talk about the Stopping Rules in QUEST, there are three. The first Stopping Rule is tree depth. This is just literally how deep the tree can grow as it adds branches. The default setting in Modeler happens to be five. I often favor increasing that as high as eight. That allows the other Stopping Rules, like statistical significance, to play a role in how much the tree grows. The second Stopping Rule, is the parent child limits. To put that in the context of our dataset of 715 records, what that means is, that a node that has fewer than 14 records, won't even be considered for a split, and any resulting split has to have at least seven records in the child nodes. Now, you have to know your tool of choice. Modeler happens to have this option of 1%, 2%, which I think is a good rule of thumb, however, so if your tool of choice, doesn't allow you to put in a percentage, you can calculate one or two percent, and put in the appropriate value, because again, one or two…

Contents