🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

aileenzhouUser: "aileenzhou"
New Altair Community Member
Updated by Jocelyn
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? 

Find more posts tagged with

Sort by:
1 - 1 of 11
    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