We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Auto-detect variable type is in init step. So before stats, please configure:
Two parameters in ModelConfig.json: dataSet: autoType --- By default is false dataSet: autoTypeThreshold --- By default is 150.
To enable this feature, change autoType to true and tune threshold.
Threshold means if distinct count is less than 150, the variable will be set default to categorical.
DOWNLOAD