The input data in the model includes column ControlNo.
But I don't want this column being part of learning process so I'm using Select Columns in Dataset
to exclude ControlNo
column.
But as an output I want those columns:
ControlNo, Score Label, Score Probability
So basically I need NOT to include column ControlNo into the learning process, but have it as output along with Score Label column.
How can I do that?