I was wondering if KNIME has the ability to take the predicted results and append them to a hold out set without the predicted column in that data set.
SPSS modeler has this feature where it appends a proability score to data point.
in KNIME we have for most of our models a Learner and a Predictor.
The Learner generates the model. This model is fed into the predictor together with the test data (hold out set) and predicts the class. The predictor does not need/use the class information
of course the Scorer does need the original target_attribute for scoring. Otherwise there is nothing to compare to. However, the predictor do not use them.
Did you take a look into our example server? There are some basic examples in the 002_DataMining Category. Or maybe you post a screenshot of your workflow?