If I would like to see an extra column from my test dataset in the prediction results, but I do not want it to be considered an attribute, how is that done in a RM process?
Two examples might be:
- I have a label column in the test data that i'd like to see in the results even tho I am ignoring it in the test example set
- I have a text string that is tokenized but I want to see the original string in the results so i can compare the prediction with the original text myself to see if the test predictions are accurate.