Skip to content

sh1ng/arboretum

Repository files navigation

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