Dear @preiss,
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.
Best regards,
Stefan