- DLL import now works when __file__ is a relative path - Various PEP8 and whitespace fixes + whitespace cleanup - Docstring fixes (conform to numpydoc) - Added __all__ to the module - Fixed mutable default values - Removed print statements - py2/py3-compatible string-type checks - Replace asserts with proper exceptions - Make classes new-style (derive from object)
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 also to the walk through example in demo folder
R
- See R-package
Julia
- See XGBoost.jl