https://github.com/sh1ng/arboretum

Gradient Boosting powered by GPU(NVIDIA CUDA)

OTHER License

Downloads
217
Stars
64
Committers
2

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
Package Rankings
Top 13.36% on Pypi.org
Related Projects