This is a scripts for the Kaggle Competition - https://www.kaggle.com/c/walmart-recruiting-trip-type-classification
Download data and put them in required folders based on featureCreation.py
python featureCreation.py
Run training scripts for xgbBagging.py nnBagging.py kerasNNTrain.py ensemble the best results. You can also try if rf.py and svm.py give any good results
Submit the output.csv
Change parameters of training, form an ensemble to get better results.