Issue | #Downvotes for this reason | By |
---|
B | weka.Bagging(4) | Full class name of classifier to include, followed by scheme options. May be specified multiple times. (default: "weka.classifiers.rules.ZeroR") |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
B | Full class name of classifier to include, followed by scheme options. May be specified multiple times. (default: "weka.classifiers.rules.ZeroR") | default: weka.classifiers.meta.Bagging -P 100 -S 1 -num-slots 1 -I 10 -W weka.classifiers.functions.SimpleLogistic -- -I 0 -M 500 -H 50 -W 0.0 |
M | Full name of meta classifier, followed by options. (default: "weka.classifiers.rules.Zero") | default: true |
S | Random number seed. (default 1) | default: 1 |
X | Sets the number of cross-validation folds. | default: 10 |
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). | |
num-slots | Number of execution slots. (default 1 - i.e. no parallelism) | default: 1 |
output-debug-info | If set, classifier is run in debug mode and may output additional info to the console |