Dear community,
I want to understand my GBT algorithm. I trained it, validated it on new data with quite a good result. Now, I would like to understand the model to find out, which attributes were the most decisive ones, but here I fail. For example, my Tree 1 is described as
ch1 in {1009351207,1047831207,...
(46 more)}: 0.013 {}
ch1 not in
{1009351207,1047831207,... (46 more)}
|
ch1 in {1009351207,1000751092,... (49 more)}: -0.009 {}
|
ch1 not in {1009351207,1000751092,... (49 more)}: -0.027 {}
Could you please, explain, where can I find these 46 more atributes? Or 49 more attributes?
Thanks a lot.