Issue | #Downvotes for this reason | By |
---|
W | weka.DecisionStump(8) | Full name of base classifier. (default: weka.classifiers.trees.DecisionStump) |
-do-not-check-capabilities | If set, classifier capabilities are not checked before classifier is built (use with caution). | |
A | Minimize absolute error instead of squared error (assumes that base learner minimizes absolute error). | |
I | Number of iterations. (current value 10) | default: 10 |
S | Specify shrinkage rate. (default = 1.0, i.e., no shrinkage) | default: 1.0 |
W | Full name of base classifier. (default: weka.classifiers.trees.DecisionStump) | default: weka.classifiers.trees.DecisionStump |
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 |