Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 916 Bytes

README.md

File metadata and controls

55 lines (32 loc) · 916 Bytes

System Requirement

  • 64-bit Unix-like operating system
  • at least 20GB memory and 500GB disk space

Dependencies and requirements

Instruction

  • move all tsv files into ./data folder

  • Compile the C++ code by

    cd IceLR
    scons
    
  • run script to generate data and basic models

    bash run.sh
  • generate final submission by

    pypy run.py --type ensemble --method nn > nn_log.log