Test model score prediction

Hello Sir,
I’ve got the predicted data for my Test.csv file using the model.predict() function…so now with regard to what value should I predict it’s error rate as the Test.csv file does not have a target column?

Hey @npabishek,
That’s the purpose of challenge, you cannot calculate the loss for test values, you have predicted the values for test data, make a csv file and upload to the portal, at the backend we will check how many predictions you have made correct, since we have the actual y that you are talking about.
once you upload the predictions, you will get the score and that’s how you can know how well you have performed.

Thanks :slight_smile:

1 Like

Hello sir,
Thanks for the response…I got it!