r-lightgbm
Light gradient boosting machine
Tree based algorithms can be improved by introducing boosting frameworks. LightGBM is one such framework, based on Ke, Guolin et al. (2017). This package offers an R interface to work with it. It is designed to be distributed and efficient with the following goals:
Faster training speed and higher efficiency;
lower memory usage;
better accuracy;
parallel learning supported; and
capable of handling large-scale data.
- Versions: 4.5.0
- Website: https://github.com/Microsoft/LightGBM
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-lightgbm
as follows:
guix install r-lightgbm
Or install a particular version:
guix install r-lightgbm@4.5.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-lightgbm about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-lightgbm'><img src='https://packages.guix.gnu.org/packages/r-lightgbm/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-lightgbm)
Example Org:
[[https://packages.guix.gnu.org/packages/r-lightgbm][https://packages.guix.gnu.org/packages/r-lightgbm/badges/latest-version.svg]]