This is the source code for our solution to the Santander Product Recommendation Competition on Kaggle
A full writeup of the solution is available here
- Get the data here
- Download the code from this repository into a folder called
project
in the same directory where the training/testing files are. For example, you can do this by navigating to the directory with the dataset files and callinggit clone git@github.com:apryor6/Kaggle-Competition-Santander.git project
- Choose either project/Santander/lib/master-singleclass.R or project/Santander/lib/master-multiclass.R depending on which model type you want to use (the former is slightly better)
- Edit the first line of the script to point to the directory where you save the dataset like so: setwd("/my/data/is/here")
- Run the script
- Submit the output https://www.kaggle.com/c/santander-product-recommendation