Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayer79/lightgbm_r_binaries
Binary lightGBM package for R Windows
https://github.com/mayer79/lightgbm_r_binaries
binaries lightgbm r windows
Last synced: 15 days ago
JSON representation
Binary lightGBM package for R Windows
- Host: GitHub
- URL: https://github.com/mayer79/lightgbm_r_binaries
- Owner: mayer79
- Created: 2018-08-05T11:13:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T16:29:03.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T12:57:07.219Z (3 months ago)
- Topics: binaries, lightgbm, r, windows
- Size: 8.5 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lightGBM binaries
Binary [lightGBM](https://github.com/Microsoft/LightGBM) package for R Windows with the following relevant info- Built under Windows 10
- CPU: i7 quadcore
- Compiled with MSVC
- R versions: 3.4, 3.5, 3.6, 4.0
- No GPUThe idea is to keep these binaries up to date for people without admin rights.
The packages are build by first running in console
```
git clone --recursive https://github.com/microsoft/LightGBM
cd LightGBM
Rscript build_r.R
```
and then manually zipping the installed package in the R library.
## Installation
Depending on the R version, go for one of these guys:- R 4.0.3: `install.packages("https://github.com/mayer79/lightgbm_r_binaries/raw/master/R_4_0_3/lightgbm_3_2_0/lightgbm.zip", repos = NULL)`
- R 4.0.3: `install.packages("https://github.com/mayer79/lightgbm_r_binaries/raw/master/R_4_0_3/lightgbm_3_1_1/lightgbm.zip", repos = NULL)`
- R 4.0.0: `install.packages("https://github.com/mayer79/lightgbm_r_binaries/raw/master/R_4_0_0/lightgbm_2_3_2/lightgbm.zip", repos = NULL)`
- R 3.6.3: `install.packages("https://github.com/mayer79/lightgbm_r_binaries/raw/master/R_3_6_3/lightgbm_2_3_2/lightgbm.zip", repos = NULL)`
- R 3.6.0: `install.packages("https://github.com/mayer79/lightgbm_r_binaries/raw/master/R_3_6_0/lightgbm_2_2_4/lightgbm.zip", repos = NULL)`
- R 3.5.x: `install.packages("https://github.com/mayer79/lightgbm_r_binaries/raw/master/R_3_5_0/lightgbm_2_2_3/lightgbm.zip", repos = NULL)`
- R 3.4.x: `install.packages("https://github.com/mayer79/lightgbm_r_binaries/raw/master/R_3_4_4/lightgbm_2_1_2/lightgbm.zip", repos = NULL)`