Issue | #Downvotes for this reason | By |
---|
A | Laplace smoothing for predicted probabilities. (note: this option only affects initial tree; grafting process always uses laplace). | |
B | Use binary splits only. | |
C | Set confidence threshold for pruning. (default 0.25) | default: 0.25 |
E | Relabel when grafting. | |
L | Do not clean up after the tree has been built. | |
M | Set minimum number of instances per leaf. (default 2) | default: 2 |
S | Don't perform subtree raising. | |
U | Use unpruned tree. |