Retrieve original dataset values

ZAM
ZAM New Altair Community Member
edited November 5 in Community Q&A
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
Tagged:

Best Answer

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    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ázs

Answers

  • BalazsBaranyRM
    BalazsBaranyRM New Altair Community Member
    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ázs