Categorical variables splits in CatBoost

18 Views Asked by At

Is there any way to obtain splits for categorical variables for CatBoost in Python?

I used get_borders method, but it only gives splits for numerical data. I have problems with drawing a tree, but anyway I need the values in a form of list or data frame.

0

There are 0 best solutions below