sh1ng / arboretum

Gradient Boosting powered by GPU(NVIDIA CUDA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arboretum - Gradient Boosting implementation with focus on overcoming GRAM size limit

Installation wheel package

pip install arboretum

Benchmark results

Dependencies

Installation from source

  • git clone --recursive https://github.com/sh1ng/arboretum.git
  • $ mkdir build && cd build && cmake .. && make -j && cd .. && make wheel
  • $ sudo python -m pip install python-package/dist/arboretum*.whl

About

Gradient Boosting powered by GPU(NVIDIA CUDA)

License:Other


Languages

Language:Cuda 51.8%Language:Python 34.1%Language:C++ 12.5%Language:CMake 0.8%Language:C 0.5%Language:Makefile 0.2%Language:Dockerfile 0.1%