Description
In DecisionTree, isSampleValid treats unordered categorical features incorrectly: It treated the bins as if indexed by featured values, rather than by subsets of values/categories.
This bug is exhibited for unordered features (multi-class classification with categorical features of low arity).
Proposed fix: Index bins correctly for unordered categorical features.