Results 6 comments of Chen Hajaj

Any solution? I even considered not using colors, but when I add None to the color_blind_friendly_colors array (colors.py), I get the following error: color_map = {v: color_values[i] for i, v...

> In principle, just add another list of colors so this works: > > ``` > color_values = color_blind_friendly_colors[n_classes] > ``` I have 30 classes. I don't really care about...

> See if you can set `dtreeviz.color_blind_friendly_colors[30+1] = [c]*30` for some color `c`. Worked, thanks :) Had to change the NUM_BINS array as well

Hi, I'm also stuck at the same place. We need to use some categorical features in the tree.

> Hi @chenhajaj Cats are allowed but it shows their unique cat code at moment. So, we just need a way to indicate cat label but what if there are...