Reporting non-attributes in results
fstarsinic
New Altair Community Member
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:
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.
Tagged:
0
Best Answer
-
Hello @fstarsinic
You can use "set role" operator and give the role name by your self (user defined role). It will be considered as a special attribute and won't be included in modeling.
Do let us know if this works for you.
5
Answers
-
Hello @fstarsinic
You can use "set role" operator and give the role name by your self (user defined role). It will be considered as a special attribute and won't be included in modeling.
Do let us know if this works for you.
5 -
that seems to work. thank you.1