How do I classify this value using a decision tree
问题 Basically my decision tree can't classify a value using the normal algorithm. I get to a node, and there are two options (say, sunny and windy), but at this node my value is different (for example, rainy). Are there any methods to deal with this, e.g. change the tree or just estimate based on other data? I was thinking of assigning the most common value at that node but this is just a guess. 回答1: Have you considered fuzzy logic for the rich/poor continuum? As for things that can't be