Train contains the target. This is the dataset that you will use to train your model.
This shows the submission format for this competition, with the ‘ID’ column mirroring that of Test.csv and the ‘target’ column containing your predictions. The order of the rows does not matter, but the names of the ID must be correct.
Test resembles Train.csv but without the target-related columns. This is the dataset on which you will apply your model to.