Primary competition visual

GeoAI Challenge Estimating Soil Parameters from Hyperspectral Images by ITU

$1 000 USD
Challenge completed almost 2 years ago
Prediction
Earth Observation
217 joined
62 active
Starti
Sep 11, 23
Closei
Nov 12, 23
Reveali
Nov 12, 23
User avatar
University of Arkansas
Normalizing predictions for evaluation
Help · 19 Sep 2023, 21:24 · 3

In the Evaluation part, there is a statement:

"In order to normalise the values the reference file was divided by the starter code submission file. To scale your submission file correctly, please divide it by the starter code submission file too."

It's not clear to me what that means. Anyone can help me with that?

Discussion 3 answers
User avatar
HungryLearner
Khalifa University

You will find a baseline regressor in the starter notebook. Your final prediction should be divided by that.

Actually, the baseline regressor is a mean estimate of the train target values. You can simply take the mean of the train target and use that to divide your own predicted values before submitting.

Happy Hacking!!!

20 Sep 2023, 04:24
Upvotes 5

Yes it's close the to mean with a little noise since it doesn't use the whole data but a subsample, after running the base notebook, thats what I get:

[ 70.79933333, 234.18273333, 160.7572 , 6.79858 ]

Simply either divide the labels by that during training or divide your submission preds, both work :)

I just want to point out that this is incorrect, the starter submission file uses:

70.3026558891455,227.9885103926097,159.28123556581986,6.782719399538106