Test data has 1 less attribute than training data (labled), how to test preformance?

aileenzhou
aileenzhou New Altair Community Member
edited November 5 in Community Q&A
The traing dataset has 11 attributes, one of them is labled. Test dataset has 10 abbributes. I can't find a workable performance operator. Can anyone help please? 

Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Hi,
    you try to calculate a prediction error. So for example in a Regression case (label-prediction)/label. Your data set does not have a label. So this is simply impossible to calculate.
    Best,
    Martin