Guys I need some suggestion about the file I'm submitting in here. It is definitly showing me I have missing ID's, why??
Guys please help!!!!
Hi
The submission file should contain 2 columns: ID and target (Yield)
it seem like i miss some values in ID
How do you create it??
It probably reduced rows when I predict the x_test
Take a look on DigitalGreen_starter_Notebook
That's it, the train set have more data than test set 1290, so the submission file will have the same rows as in the test set
ok yes thank you so much sir!!!
must one use the provided submission file? i forgot to clean my test data. can i use the X_test data I used in training the model as my submission file?
Hi
The submission file should contain 2 columns: ID and target (Yield)
it seem like i miss some values in ID
How do you create it??
It probably reduced rows when I predict the x_test
Take a look on DigitalGreen_starter_Notebook
That's it, the train set have more data than test set 1290, so the submission file will have the same rows as in the test set
ok yes thank you so much sir!!!
must one use the provided submission file? i forgot to clean my test data. can i use the X_test data I used in training the model as my submission file?