Wrapper of XGBoost
This folder provides wrapper of xgboost to other languages
Python
- To make the python module, type
makein the root directory of project - Refer to the walk through example in python-example/demo.py
R
- To make the R wrapper, type
make Rin 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