xuanhan863 / arboretum

Gradient Boosting powered by GPU(NVIDIA CUDA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Gradient Boosting powered by GPU(NVIDIA CUDA)

License:GNU Affero General Public License v3.0


Languages

Language:Cuda 60.0%Language:C++ 28.4%Language:Python 8.9%Language:C 1.5%Language:Makefile 1.2%