Tianqi Chen f9541efa01 Merge pull request #50 from tqchen/master
pull master into unity
2014-08-27 19:19:48 -07:00
..
2014-08-26 18:06:22 -07:00
2014-08-24 09:32:06 -07:00
2014-08-23 18:38:39 -07:00
2014-08-23 18:38:39 -07:00
2014-08-27 12:27:25 -07:00
2014-08-24 09:32:06 -07:00

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

R

  • To make the R wrapper, type make R in the root directory of project
  • R module need Rinternals.h, find the path in your system and add it to CPLUS_INCLUDE_PATH in Makefile
  • Refer to the walk through example in R-example/demo.R