Skip to content

vaaaaanquish/lightgbm-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lightgbm-rs

LightGBM Rust binding

Require

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

Usage

Please see ./examples.

example link
binary classification link
multiclass classification link
regression link

Develop

git clone --recursive https://github.com/vaaaaanquish/lightgbm-rs 
docker build -t lgbmrs . docker run -it -v $PWD:/app lgbmrs bash # cargo build 

Thanks

Much reference was made to implementation and documentation. Thanks.

About

LightGBM Rust binding

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages