Issue | #Downvotes for this reason | By |
---|
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
-doNotMakeSplitPointActualValue | Do not make split point actual value. | |
A | The AIC is used to choose the best iteration. | |
B | Binary splits (convert nominal attributes to binary ones) | |
C | Use cross-validation for boosting at all nodes (i.e., disable heuristic) | |
I | Set fixed number of iterations for LogitBoost (instead of using cross-validation) | default: -1 |
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. | |
R | Split on residuals instead of class values | |
W | Set beta for weight trimming for LogitBoost. Set to 0 (default) for no weight trimming. | default: 0.0 |
batch-size | The desired batch size for batch prediction (default 100). | |
num-decimal-places | The number of decimal places for the output of numbers in the model (default 2). | |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |