siboehm / lleaves

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

[Feature Request] Verbose Model Compilation #84

Open Soontosh opened 3 months ago

Soontosh commented 3 months ago

Having some sort of progression shown during model compilation steps would be a huge help. I'm currently trying to compile a large lleaves model, but it takes a really long time. During all this, I have no idea about whether or not my compilation is making progress. Having a verbose parameter would be really helpful!

https://github.com/siboehm/lleaves/issues/60#issuecomment-2292738155