2015-07-29 17:49:55 -07:00
..
2015-04-08 14:07:37 -05:00
2015-04-11 09:25:19 -07:00
2015-07-29 16:20:55 -07:00
2015-07-03 20:36:41 -07:00
2015-07-25 21:23:40 -07:00
2015-07-29 17:49:55 -07:00

Wrapper of XGBoost

This folder provides wrapper of xgboost to other languages

Python

  • To make the python module, type ./build.sh in the root directory of project
  • Make sure you have setuptools
  • Install with python setup.py install from this directory.
  • Refer also to the walk through example in demo folder
  • NOTE: if you want to run XGBoost process in parallel using the fork backend for joblib/multiprocessing, you must build XGBoost without support for OpenMP by make no_omp=1. Otherwise, use the forkserver (in Python 3.4) or spawn backend. See the sklearn_parallel.py demo.

R

Julia