how to pass a categorical feature as an array?

Viewed 11

I have a date frame that contains skills parameters, and each id, skills are different (the number is different). How do I transfer this dataframe to the classification model as a categorical feature. I tried to do it through catboost and xgboost

0 Answers
Related