Hello,
I have downloaded the zipped dataset directly from Radiant MLHub website. After first submission, I am getting below error.
"Missing entries for IDs 6310, 6309, 6314, 5407, 6311" - It seems like test data missing five field id's. Can someone please help me on this.
Thanks
Probably might be an issue with the first column. The first column is just numbering from 0,1,2,3.... to the end of the dataset. Try deleting the first column
Probably you are not loading the data for those field IDs from the corresponding folders before doing the inference with your model on the test set.
Thanks, I missed to load data from one folder resulted in this error.
Make sure, you are loading the field_id as an integer and not as a float
Thank you all for your assistance. Please consider this thread as closed.