DEVELOPMENT...
Issue | #Downvotes for this reason | By |
---|
D | Whether to enable debugging output. (default off) | |
initial-folds | The number of cross-validation folds for the initial space. Numbers smaller than 2 turn off cross-validation and just perform evaluation on the training set. (default: 2) | default: 2 |
initial-test-set | The (optional) test set to use for the initial space. Gets ignored if pointing to a file. Overrides cross-validation. (default: .) | default: . |
num-slots | Number of execution slots. (default 1 - i.e. no parallelism) | default: 1 |
sample-size | The size (in percent) of the sample to search the inital space with. (default: 100) | default: 100.0 |
subsequent-folds | The number of cross-validation folds for the subsequent sub-spaces. Numbers smaller than 2 turn off cross-validation and just perform evaluation on the training set. (default: 10) | default: 10 |
subsequent-test-set | The (optional) test set to use for the subsequent sub-spaces. Gets ignored if pointing to a file. Overrides cross-validation. (default: .) | default: . |