MLblog / jads_kaggle

Contains our group's work in various kaggle competitions
MIT License
10 stars 23 forks source link

Fix the split in train_x, train_y, and test_x #108

Closed Christiannewisse closed 5 years ago

Christiannewisse commented 5 years ago

In the original version, train_y includes visitors that do not exist in train_x. With this fix train_y includes only visitors that are present in train_x.