├── LICENSE ├── README.md ├── model_xgb.R └── prepare_submission_file.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vopani/Kaggle_SantanderProductRecommendation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vopani/Kaggle_SantanderProductRecommendation/HEAD/README.md -------------------------------------------------------------------------------- /model_xgb.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vopani/Kaggle_SantanderProductRecommendation/HEAD/model_xgb.R -------------------------------------------------------------------------------- /prepare_submission_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vopani/Kaggle_SantanderProductRecommendation/HEAD/prepare_submission_file.py --------------------------------------------------------------------------------