Open krolikowskib opened 1 year ago
Hi, Thanks for your feedback.
Thanks for your answer, @skzhang1.
I think that it may be misleading for people who want to reuse the model on a different dataset, like in a production setting. Even if the categories are the same, the current implemention doesn't guarantee they will be encoded in the same way.
Did you consider to make that more explicit in the documentation or provide a way to easily reuse the best selected model without having to worry about categorical variables?
Thanks for your suggestion! We will make it clear in the doc. @krolikowskib
Hey, I have 2 questions regarding how FLAML handles categorical variables on new data, different from the initial training dataset (for example, during inference after model deployment).