How to append 2 ruleset editor model?

I am building a training process, where I have 2 consecutive Ruleset Editor. I need to save the 2 ruleset editor models so that I can use them in my test process.

How can I append 2 Ruleset Editor models?

Hi @somnathdas76,

You could possibly use the Ruleset to Table node to convert the PMML model to an ordinary table and then concatenate on an additional rule table.

I understand that there is a Column Expressions in-between the two Ruleset Editors. Is there a chance that you could do the process with just one Ruleset Editor, or is the second Ruleset Editor dependent on the new column created with the first Ruleset Editor?

Cheers,
Dash

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.