There are so many steps in that chain that are possible via nodes out of the box, e.g. extracting rules from a decision tree, creating rulesets, transform rulesets to a table, or using rulesets for prediction.
But nonetheless, I fail to configure the nodes in a way that, besides the prediction colum, also the associated rule is shown.
Thank you for your question and welcome to the forum!
This is not possible out of the box. With a few nodes you can build this, though: This workflow demonstrates my approach: Let’s replace the Outcome column of the original rule set with a Rule ID and apply this adapted rule set. Once you have established the mapping between a data row and the Rule ID of the applied rule, you can join this table with the rules to get to the actual “content” of the rule as well as the original Outcome, i.e. the prediction.