I get this error when submitting
Missing entries for IDs ID_ZgrspC_N, ID_ZgrspC_P, ID_ZgrspC_K, ID_ZgrspC_Ca, and ID_ZgrspC_Mg
I would kindly appreciate any help.
Try making sure you have your index set to False when you create submission file, something like this:
'submission_df.to_csv("baseline.csv", index = 0)'
Thank you for that correction. I will surely try it. My problem was that i was making predictions on split data rather than the full data.
Thank you for that correction. I will surely try it
Try making sure you have your index set to False when you create submission file, something like this:
'submission_df.to_csv("baseline.csv", index = 0)'
Thank you for that correction. I will surely try it. My problem was that i was making predictions on split data rather than the full data.
Thank you for that correction. I will surely try it