• Stars
    star
    101
  • Rank 336,200 (Top 7 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

KDD CUP 2019 Baseline

KDD CUP 2019 - Context-Aware-Multi-Modal-Transportation-Recommendation Baseline

How to use:

  1. put all "xxx.csv" files into "data" dir.
  2. run "python gbdt.py" in "code" dir.
  3. you can get the result file in "submit" dir.

Requirement

numpy - 1.16.2

pandas - 0.22.0

lightgbm - 2.1.0

sklearn - 0.19.1

tqdm - 4.31.3