Hello. My question involves the application of a learned model after the train/test process. I've trained a model, evaluated its performance on a predefined test set, and now wish to deploy the model "in the field." Thus, the task I would like to perform consists of classifying a single instance where, of course, the target attribute value is unknown, then reporting that classification to the console or a file. I can't seem to capture the actual classification value from the ResultWriter operator.
You don't need a result writer, try this..