Add support to multiway splits, i.e., decision splitting conditions with more than 2 possible outputs.
This will require some modifications to the stumps and our representation of a RuleTree node. Of course, this will also impact the RuleTree dictionary representation (as mentioned in #1 by @msetzu).
Add support to multiway splits, i.e., decision splitting conditions with more than 2 possible outputs.
This will require some modifications to the stumps and our representation of a RuleTree node. Of course, this will also impact the RuleTree dictionary representation (as mentioned in #1 by @msetzu).