Whenever I place a submission, it keeps telling me I have some missing data entries. I am using the test.csv file for predicting and submission
@Spot it will be difficult for people to help without knowing how you're generating your submission file. I'd suggest you try make a valid submission with the starter notebook and then compare how it's generated there with your own code.
If your file includes an index during creation, remove it. That's what helped in another project I did here.
@Spot it will be difficult for people to help without knowing how you're generating your submission file. I'd suggest you try make a valid submission with the starter notebook and then compare how it's generated there with your own code.
If your file includes an index during creation, remove it. That's what helped in another project I did here.