ldamewood / kaggle

All kaggle.com competition code
MIT License
8 stars 3 forks source link

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