ujjwalkarn / kaggle-avito

https://www.kaggle.com/c/avito-context-ad-clicks/forums

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avito Context Ad Clicks

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

About

https://www.kaggle.com/c/avito-context-ad-clicks/forums

License:MIT License


Languages

Language:Python 80.7%Language:C++ 18.6%Language:Shell 0.4%Language:Protocol Buffer 0.3%