/arboretum

Gradient Boosting powered by GPU(NVIDIA CUDA)

Primary LanguageCudaGNU Affero General Public License v3.0AGPL-3.0

arboretum - Gradient Boosting on GPU

Dependencies

Linux

  • gcc-5

MacOS

  • clang-omp++ can be install by brew

Installation process

  • git clone --recursive https://github.com/sh1ng/arboretum.git
  • Edit sm=610 in the make file according to computational capabilities of your device
  • $ make
  • $ cd python-package
  • $ sudo python setup.py install