Hi Paal, Old post, I know, but I'm working on something similar and might have a partial answer to your issue. I added a SAS Code node after the data node. I left the "Training Code" section blank. In the "Scoring Code" section, I added "if seg_flg=1;", where seg_flg=1 is the logic I'm using to define my first subset. Then I added modelling nodes after the SAS Code node. I repeated this for each subset. In your situation, this may work if you want to evaluate the models based on the specific subset only, rather than the whole population. On the other hand, if, like me, you want to stack the scored subsets and evaluate them together, then there's something missing. If you prefer to use filters, this might be helpful: https://github.com/sassoftware/sas-viya-dmml-pipelines/tree/master/sas_code_node/subset_data /Tom.
... View more