This folder has the codes used for competition Kaggle - Walmart - Trip Type Classification
Finished 23rd out of >1000 people in this competition
Approach:
- Built few XGB models by converting the features to sparse format and the best model is present in XGB folder
- Built few Neural Net models using Keras using features excluding UPCs and the best model is present in neuralnets folder
- My final model is an ensemble of XGBs and NNs