How categorical feature gets handle by FLAML #124
-
Hi , |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @anandece4u |
Beta Was this translation helpful? Give feedback.
-
Hi , |
Beta Was this translation helpful? Give feedback.
-
Hi @anandece4u |
Beta Was this translation helpful? Give feedback.
Hi @anandece4u
If you use pandas dataframe and the type for the customer_id column is 'object' or 'category', then it will be treated as a categorical feature automatically. Would that work for you?