xgboost/wrapper/README.md
2014-08-27 21:16:54 -07:00

14 lines
307 B
Markdown

Wrapper of XGBoost
=====
This folder provides wrapper of xgboost to other languages
Python
=====
* To make the python module, type ```make``` in the root directory of project
* Refer to the walk through example in [python-example/demo.py](python-example/demo.py)
R
=====
* See [R-package](../R-package)