Decision Tree help

I have a my filters set up as in the picture, I suppose my rule-engine node is the one that makes my decision tree not start with a 1200/1200 node. I want it to expand from a 1200/1200 called wine to the sub categories of Bad, Decent and Good. Can anyone help me?

Hi Nichlas,

the decision tree starts with a node including all 1200 observations (rows), it simply highlights "Bad" as the most frequent (i.e. most likely) category in that node. The decision tree is basically reproducing your rule engine input as you can see.

What is it you're trying to achieve, anyway? If you simply want to visualize how many wines go into which category you could use a JavaScript visualization.