Can i only extract Catboost Categorical Variable Encoder

Viewed 14

In my application, since I cannot disrupt the flow of the application, I would like to present the categorical data encoding process within catboost itself on the encoding screen. In other words, users can make catboost encoder just like label encoder. How can I do that. I know catboost uses c++. So I need the speed of catboost. How can I use only the Catboost categorical variable encoder feature?

0 Answers
Related