Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 322 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 322 Bytes

kaggle

All kaggle.com competition code

xgb.py scripts require installing the xgboost package wrapper

 $ git clone https://github.com/dmlc/xgboost.git
 $ cd xgboost
 $ make
 $ cd wrapper
 $ python setup.py install

Other requirements in requirements.txt file

 $ pip install -r requirements.txt