hanzlfs / kaggle_santander

santander recommender algorithm contest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Santander Product Recommendation

This code was written by Mu Tian (kevinmtian@gmail.com) and Zhonglin Han (hanzhonglin1990@gmail.com). It provides our best submission to the Kaggle Santander Product Recommendation Competition. We ranked 16 (12 in public leaderboard). To view a write up for our approaches, please check Kaggle Santander Product Recommendation Solution(Public LB 12nd) at Zhonglin Han's Blog.

Usage:

[python] Recommender.py

Configs (parameters, feature selection, data paths) for our model can be specified in helper.config

Requirements:

This code requires Python, numpy/scipy, scikit-learn, LightGBM, XGBoost and pandas

About

santander recommender algorithm contest


Languages

Language:Jupyter Notebook 75.5%Language:Python 24.5%