--group_id_range
Switch
--group_id_range MIN MAX
Description
Range of group ids to include when binning a feature table with --feat_flexibin.
Argument and Default Value
Exactly two floats (nargs=2): a minimum and a maximum. Default: None.
Details
Passed to FeatureRefiner.createTableWithBinnedFeats(num_bins, group_id_range, ...) alongside --num_bins. Required together with --num_bins and -f.
Note: --feat_flexibin itself is currently broken for an unrelated reason — see the Known issue on that page — so this switch has no working consumer as of this writing even when supplied correctly.
Other Switches
Required Switches:
Example Commands
dlatkInterface.py -d dla_tutorial -t msgs -c user_id -f 'feat$1gram$msgs$user_id$16to16' \
--feat_flexibin --num_bins 10 --group_id_range 0 100