HI,
Thank you for your interest in our dataset and challenge!
I can see in my console that the error you get is the following:
"
assert scores.shape == targets.shape, "The input and targets do not have the same size: Input: {} - Targets: {}".format(scores.shape, targets.shape)
AssertionError: The input and targets do not have the same size: Input: (20410, 17) - Targets: (130026, 17)
"
This indicates that you are only submitting test results for 15% of the test split.
In order to evaluate on the test split please submit predictions for all the test split data points.
Best,
Joakim
Hi,
It seems like you got it working now. What was the cause of the problem? And is there anything else you need assistance with?
best,
Joakim