The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Reporting non-attributes in results
fstarsinic
Member Posts: 20 Contributor II
in Help
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.
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @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.
Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
5
Answers