scikit-learn-contrib / hiclass

A python library for hierarchical classification compatible with scikit-learn
BSD 3-Clause "New" or "Revised" License
113 stars 20 forks source link

Feature to accept categorical input #82

Open sophianguyen189 opened 1 year ago

sophianguyen189 commented 1 year ago

Hi @mirand863,

I wonder if you have any plan to add feature to accept categorical inputs which allows users to leverage optimal split for categorical data in base classifier like catboost, lightgbm?

Thanks

mirand863 commented 1 year ago

Hi @sophianguyen189,

Sorry for the late reply. I tried to look a bit into it, but I am not sure I understand the application of categorical inputs. What would be the advantage?

Kind regards, Fabio