Hey there,
I have a decision-tree with splits between 0 and 1 but my variables only have the characterisitics 0 and 1.
Bsp: mother-node: variable x --> daughter- node: variable x <=0,5 or > 0,5--> daughter- node: variable x <= 0,25 or > 0,25 usw.
How is that possible and how could I change settings to make the deciontree only split with 0 and 1?
Thanks in advance.
Best