Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 614 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 614 Bytes

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