Scroll to navigation
NAME¶
heri-split - splits the dataset into training and testing sets
SYNOPSIS¶
heri-split [OPTIONS] dataset1 [dataset2...]
DESCRIPTION¶
heri-split splits the dataset into several training and testing sets as
it is required for N-fold cross-validation. Dataset contains one object per
line as in svmlight/libsvm formats.
OPTIONS¶
- -h, --help
- Display help information.
- -c, --folds count
- Sets a number if folds. This is a mandatory option.
- -d, --output-dir dir
- Sets the output directory. This is a mandatory option.
- -s, --seed seed
- Sets the seed value for pseudorandom generator.