There is a link to my current approach to the problem, I am open to ideas and methods to further increase my public lb.
https://colab.research.google.com/drive/1BRapc-ak5ML86A56aGSBnMU66uPATChV?usp=sharing
Hi! I see you combine your train and test data this will cause data leakage, and your score will decrease considerably on the private leaderboard
he splitted it back using the train indices before training...
he only combine it to clean it together as a dataframe
ok I didn't go that far in his work
Hi! I see you combine your train and test data this will cause data leakage, and your score will decrease considerably on the private leaderboard
he splitted it back using the train indices before training...
he only combine it to clean it together as a dataframe
ok I didn't go that far in his work