Retrieve original dataset values
ZAM
New Altair Community Member
Hello
How can I view the predictions for a certain dataset of a model but instead of having the normalized numbers shown with the predictions i want the original numbers before the normalization to be shown with the predictions.
Thanks and best regards
How can I view the predictions for a certain dataset of a model but instead of having the normalized numbers shown with the predictions i want the original numbers before the normalization to be shown with the predictions.
Thanks and best regards
Tagged:
1
Best Answer
-
Hi!
If you have an attribute with a unique value, mark it with the Id role. If not, use Generate Id.
After predicting, join back the results with the original. Keep the original data as the left input of the join operator.
Regards,
Balázs2
Answers
-
Hi!
If you have an attribute with a unique value, mark it with the Id role. If not, use Generate Id.
After predicting, join back the results with the original. Keep the original data as the left input of the join operator.
Regards,
Balázs2