QuestionDecision Trees are well known for their understandability. How can I get the rules a Decision Tree provides in a more handy format?
AnswerTo convert Decision Trees into Rules you can use the Tree to Rule operator. The Tree to Rule operator is a nested operator, means you can put the Decision Tree inside.
The Decision Tree is parsed into a rule format which is easier to understand

This Rule Model can be parsed into a example set with the following Groovy script. The Groovy script needs to be used in an Execute Script operator. An example is attached as a process.