doddle-model icon indicating copy to clipboard operation
doddle-model copied to clipboard

Expose the label encoder constructed during the loading of CSV files

Open inejc opened this issue 6 years ago • 0 comments

Categorical features are automatically encoded as numerical data during the loading of CSV files. The label encoder constructed during that process should be modified and exposed for reuse during test time (e.g. serving of the model).

inejc avatar Jun 13 '19 12:06 inejc