shimacos37 / kaggledays-newyork-3rd-place

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaggledays-newyork-3rd-place

  • build envirionment
docker build . -f images/Dockerfile.cuda11 -t kaggle:cuda11
  • download data to input directory and unzip.

  • preprocess

sh bin/preprocess.sh
  • make feature
sh bin/make_feature.sh
  • train
sh bin/exp003_lgbm.sh
  • ./output/exp003_lgbm/sub.csv is final submission.

About


Languages

Language:Python 93.9%Language:Dockerfile 4.5%Language:Shell 1.7%