Ivan Smirnov 8660ea91b5 Fixed the dll import for relative paths + various cleanup.
- 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)
2015-02-16 16:03:47 +00:00
..
2014-09-09 21:28:58 -07:00
2015-02-04 11:18:56 -08:00
2015-02-05 21:03:06 -08: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 also to the walk through example in demo folder

R

Julia