Issue | #Downvotes for this reason | By |
---|
A | The AIC is used to choose the best iteration. | |
B | Binary splits (convert nominal attributes to binary ones) | |
F | Set Funtional Tree type to be generate: 0 for FT, 1 for FTLeaves and 2 for FTInner | default: 0 |
I | Set fixed number of iterations for LogitBoost (instead of using cross-validation) | default: 15 |
M | Set minimum number of instances at which a node can be split (default 15) | default: 15 |
P | Use error on probabilities instead of misclassification error for stopping criterion of LogitBoost. | |
W | Set beta for weight trimming for LogitBoost. Set to 0 (default) for no weight trimming. | default: 0.0 |