xgboost/wrapper/README.md
2014-09-09 21:28:58 -07:00

17 lines
372 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 also to the walk through example in [demo folder](../demo/guide-python)
R
=====
* See [R-package](../R-package)
Julia
=====
* See [XGBoost.jl](https://github.com/antinucleon/XGBoost.jl)