siboehm / lleaves

Compiler for LightGBM gradient-boosted trees, based on LLVM. Speeds up prediction by ≥10x.
https://lleaves.readthedocs.io/en/latest/
MIT License
333 stars 28 forks source link

Implement random forest #59

Closed siboehm closed 8 months ago

siboehm commented 8 months ago

https://github.com/microsoft/LightGBM/issues/4118

boosting_type = rf

requires averaging the outputs (before the objective function) instead of just the normal accumulation.

Closes #58