Primary competition visual

DSN and Microsoft Skills for Job

Helping Nigeria
Knowledge
Challenge completed over 2 years ago
Prediction
435 joined
221 active
Starti
Jun 12, 23
Closei
Aug 06, 23
Reveali
Aug 07, 23
User avatar
Perkins
University of Zimbabwe
Can someone explain how the public score is generated after the submission. My model has a rmse of 167781.7 but after i submitted the public score automatically becomes 907000. Kindly shed some light
Help Ā· 28 Jul 2023, 20:44 Ā· 2

.

Discussion 2 answers

Oh, i think this is quite relatable

You're most likely overfitting on the train data provided

let's say you probably removed all the missing values in the data, you might be doing well locally on CV, but on the provided test data you might have lost most of the correlated patterns you needed to make good predictions

29 Jul 2023, 06:14
Upvotes 0
User avatar
ladiyusuph

Your score is from your training data, the public score is generated from the label of the test data they don't provide, it is used to check how well your model generalize on unseen data, what the score is telling you is that your model is over fitting on the training data

29 Jul 2023, 08:36
Upvotes 0