LightGBM Rust binding
You need an environment that can build LightGBM.
# linux apt install -y cmake libclang-dev libc++-dev gcc-multilib # OS X brew install cmake libomp Please see below for details. https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html
Please see ./examples.
| example | link |
|---|---|
| binary classification | link |
| multiclass classification | link |
| regression | link |
git clone --recursive https://github.com/vaaaaanquish/lightgbm-rs docker build -t lgbmrs . docker run -it -v $PWD:/app lgbmrs bash # cargo build Much reference was made to implementation and documentation. Thanks.