User able to specify HASH seed for categorical feature in "categoricalHashSeedConfFile" section in "dataSet" section of ModelConfig.json file, if the file is not specified, by default columns/categorical.hash.seed.conf will be used for hash setting
For columns using hash seed, variable value will be converted to originalValue.hashcode() mod HashSeed for normalization.