Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 328 Bytes

File metadata and controls

19 lines (11 loc) · 328 Bytes

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