doddle-model
doddle-model copied to clipboard
Expose the label encoder constructed during the loading of CSV files
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).