My last submission is scored 1.201674080 but at the leaderboard, I'm scored the 163th with 11.93195645. So why my last submission, witch is the best is not used?
I think it could be that your 1.20 score has an exponential on the end like e10 and it is not shown on Zindi's submission interface, it is something the dev team is looking in to.
Is your local RMSE your validation eval metric? If yes, then you need see if there exists any feature engineering or feature selection done by you, such that it solves for the noise in the dataset. I would suggest examining your features more closely.
I think it could be that your 1.20 score has an exponential on the end like e10 and it is not shown on Zindi's submission interface, it is something the dev team is looking in to.
Please do check up whether there are problems with the leaderboard metrics.
I am also facing the same issues where my local RSME is quite good say at 9.6 but still scores poorly on the leaderboard at say 10.45
Is your local RMSE your validation eval metric? If yes, then you need see if there exists any feature engineering or feature selection done by you, such that it solves for the noise in the dataset. I would suggest examining your features more closely.
You did not do cross validation on your model.