Issue | #Downvotes for this reason | By |
---|
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
C | Do not try to eliminate colinear attributes. | |
R | Set ridge parameter (default 1.0e-8). | default: 1.0E-8 |
S | Set the attribute selection method to use. 1 = None, 2 = Greedy. (default 0 = M5' method) | default: 0 |
additional-stats | Output additional statistics. | |
batch-size | The desired batch size for batch prediction (default 100). | |
minimal | Conserve memory, don't keep dataset header and means/stdevs. Model cannot be printed out if this option is enabled. (default: keep data) | |
num-decimal-places | The number of decimal places for the output of numbers in the model (default 4). | default: 4 |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |